X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fsystray%2Fsystraybar.h;h=f95001ec2ecd59a7fe33653434cf80291ed3390a;hb=3fe84f48719226f0b23390df15c62eafbf7ed15c;hp=2875eb19c419ff1632979fe2edda69b7beeb09c9;hpb=8abd6d423bffc9cd35928e1911c138163f7dbda9;p=chaz%2Ftint2 diff --git a/src/systray/systraybar.h b/src/systray/systraybar.h index 2875eb1..f95001e 100644 --- a/src/systray/systraybar.h +++ b/src/systray/systraybar.h @@ -12,6 +12,7 @@ #include "common.h" #include "area.h" +#include "timer.h" #include // XEMBED messages @@ -40,6 +41,7 @@ typedef struct int hide; int depth; Damage damage; + timeout* render_timeout; } TrayWindow; @@ -53,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);