]> Dogcows Code - chaz/tint2/blobdiff - src/systray/systraybar.h
remove flickering on systray
[chaz/tint2] / src / systray / systraybar.h
index 4f369716e7209398d0431b17c4aac23418df6450..dbe3fbee46671e12d6ddf12ba91362e7a086b30c 100644 (file)
@@ -33,6 +33,7 @@ typedef struct
 
 extern Window net_sel_win;
 extern Systraybar systray;
+extern int refresh_systray;
 
 
 void init_systray();
@@ -44,9 +45,11 @@ void net_message(XClientMessageEvent *e);
 
 void remove_icon(TrayWindow *traywin);
 
+void draw_systray(void *obj, cairo_t *c, int active);
+
 void resize_systray(void *obj);
 
-void refresh_systray();
+void refresh_systray_icon();
 
 #endif
 
This page took 0.019766 seconds and 4 git commands to generate.