X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=src%2Fsystray%2Fsystraybar.h;h=f95001ec2ecd59a7fe33653434cf80291ed3390a;hb=bab0811f845cedb817a3c3a29dd91ade07d5a886;hp=a3ee001d9885bb40e8252c07b03ce42dbe13d09f;hpb=7afcc1abf6cdf512244fc11529dde53e53f110ea;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);