]> Dogcows Code - chaz/tint2/blobdiff - src/systray/systraybar.h
remove flickering on systray
[chaz/tint2] / src / systray / systraybar.h
index 071f6f7dbc2ce8f0c204924e3593e9d00e014123..dbe3fbee46671e12d6ddf12ba91362e7a086b30c 100644 (file)
@@ -2,7 +2,7 @@
 * Copyright (C) 2009 thierry lorthiois (lorthiois@bbsoft.fr)
 *
 * systraybar
-* based on 'docker-1.5' from Ben Jansens
+* based on 'docker-1.5' from Ben Jansens.
 *
 **************************************************************************/
 
@@ -33,18 +33,23 @@ typedef struct
 
 extern Window net_sel_win;
 extern Systraybar systray;
+extern int refresh_systray;
 
 
 void init_systray();
 void cleanup_systray();
-int net_init();
+
+int init_net();
+void cleanup_net();
 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_icon();
 
 #endif
 
This page took 0.021195 seconds and 4 git commands to generate.