]> Dogcows Code - chaz/tint2/blobdiff - src/systray/systraybar.h
add comment
[chaz/tint2] / src / systray / systraybar.h
index 2875eb19c419ff1632979fe2edda69b7beeb09c9..5921ee513c11022b7cbd2a9573dcf7a9dff4bd65 100644 (file)
@@ -12,6 +12,7 @@
 
 #include "common.h"
 #include "area.h"
+#include "timer.h"
 #include <X11/extensions/Xdamage.h>
 
 // XEMBED messages
@@ -40,6 +41,7 @@ typedef struct
        int hide;
        int depth;
        Damage damage;
+       timeout* render_timeout;
 } TrayWindow;
 
 
@@ -50,11 +52,18 @@ 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, int active);
-void resize_systray(void *obj);
+
+void draw_systray(void *obj, cairo_t *c);
+int  resize_systray(void *obj);
 
 
 // systray protocol
This page took 0.021948 seconds and 4 git commands to generate.