]> Dogcows Code - chaz/tint2/blobdiff - src/systray/systraybar.h
*add* more task states (normal, active, iconified, urgent), with each an own backgrou...
[chaz/tint2] / src / systray / systraybar.h
index a3ee001d9885bb40e8252c07b03ce42dbe13d09f..f95001ec2ecd59a7fe33653434cf80291ed3390a 100644 (file)
@@ -41,7 +41,7 @@ typedef struct
        int hide;
        int depth;
        Damage damage;
-       const struct timeout* render_timeout;
+       timeout* render_timeout;
 } TrayWindow;
 
 
@@ -55,7 +55,7 @@ extern int systray_max_icon_size;
 void init_systray();
 void init_systray_panel(void *p);
 void cleanup_systray();
-void draw_systray(void *obj, cairo_t *c, int active);
+void draw_systray(void *obj, cairo_t *c);
 void resize_systray(void *obj);
 
 
This page took 0.024712 seconds and 4 git commands to generate.