]> Dogcows Code - chaz/tint2/blobdiff - src/systray/systraybar.h
remove flickering on systray
[chaz/tint2] / src / systray / systraybar.h
index f6c910ace73c802ed9f6015a2a1ed9aa06889d11..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,6 +33,7 @@ typedef struct
 
 extern Window net_sel_win;
 extern Systraybar systray;
+extern int refresh_systray;
 
 
 void init_systray();
@@ -48,7 +49,7 @@ 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.021869 seconds and 4 git commands to generate.