X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=src%2Fsystray%2Fsystraybar.h;h=f95001ec2ecd59a7fe33653434cf80291ed3390a;hb=6f44852e0de01282bc6f347c1d28d1f3f6bdaf20;hp=a3ee001d9885bb40e8252c07b03ce42dbe13d09f;hpb=c1041d7d49d93ed151830bdd93e9b007622d2578;p=chaz%2Ftint2 diff --git a/src/systray/systraybar.h b/src/systray/systraybar.h index a3ee001..f95001e 100644 --- a/src/systray/systraybar.h +++ b/src/systray/systraybar.h @@ -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);