]> Dogcows Code - chaz/tint2/blobdiff - src/systray/systraybar.h
SIGUSR1 does now a full restat of tint2
[chaz/tint2] / src / systray / systraybar.h
index f95001ec2ecd59a7fe33653434cf80291ed3390a..7b5e9fcac5caf66a03809cd216a61b449f77358e 100644 (file)
@@ -52,9 +52,16 @@ extern int refresh_systray;
 extern int systray_enabled;
 extern int systray_max_icon_size;
 
+// default global data
+void default_systray();
+
+// freed memory
+void cleanup_systray();
+
+// initialize protocol and panel position
 void init_systray();
 void init_systray_panel(void *p);
-void cleanup_systray();
+
 void draw_systray(void *obj, cairo_t *c);
 void resize_systray(void *obj);
 
This page took 0.023678 seconds and 4 git commands to generate.