]> Dogcows Code - chaz/tint2/blobdiff - src/systray/systraybar.h
panel_items : fixed tray icon position.
[chaz/tint2] / src / systray / systraybar.h
index 7b5e9fcac5caf66a03809cd216a61b449f77358e..dd5e08dd8c9b9c5793590c153fde86d47346a8ee 100644 (file)
@@ -28,6 +28,7 @@ typedef struct {
        GSList *list_icons;
        int sort;
        int alpha, saturation, brightness;
+       int icon_size, icons_per_column, icons_per_row, marging;
 } Systraybar;
 
 
@@ -63,7 +64,7 @@ void init_systray();
 void init_systray_panel(void *p);
 
 void draw_systray(void *obj, cairo_t *c);
-void resize_systray(void *obj);
+int  resize_systray(void *obj);
 
 
 // systray protocol
This page took 0.019648 seconds and 4 git commands to generate.