]> Dogcows Code - chaz/tint2/blobdiff - src/systray/systraybar.h
add comment
[chaz/tint2] / src / systray / systraybar.h
index 631e59864c9ed80514194ba782fd1a2e0b1e8d5d..5921ee513c11022b7cbd2a9573dcf7a9dff4bd65 100644 (file)
@@ -52,8 +52,9 @@ extern int refresh_systray;
 extern int systray_enabled;
 extern int systray_max_icon_size;
 
-// default values
+// default global data
 void default_systray();
+
 // freed memory
 void cleanup_systray();
 
@@ -62,7 +63,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.021167 seconds and 4 git commands to generate.