]> Dogcows Code - chaz/tint2/blobdiff - src/systray/systraybar.h
moved initial values in function default_xxx
[chaz/tint2] / src / systray / systraybar.h
index d18d12eea34921e89acfce4bc0786f20f8568cfd..631e59864c9ed80514194ba782fd1a2e0b1e8d5d 100644 (file)
@@ -52,13 +52,15 @@ extern int refresh_systray;
 extern int systray_enabled;
 extern int systray_max_icon_size;
 
-void init_systray();
+// default values
+void default_systray();
+// freed memory
+void cleanup_systray();
 
+// initialize protocol and panel position
+void init_systray();
 void init_systray_panel(void *p);
 
-// freed memory and set default values
-void cleanup_systray();
-
 void draw_systray(void *obj, cairo_t *c);
 void resize_systray(void *obj);
 
This page took 0.019649 seconds and 4 git commands to generate.