X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;ds=inline;f=src%2Fsystray%2Fsystraybar.h;h=dbe3fbee46671e12d6ddf12ba91362e7a086b30c;hb=101ed479957ad40d2579faddb858a62a554007a3;hp=4f369716e7209398d0431b17c4aac23418df6450;hpb=28c230d74637bc2fc28ae8d15f3007aec0c49798;p=chaz%2Ftint2 diff --git a/src/systray/systraybar.h b/src/systray/systraybar.h index 4f36971..dbe3fbe 100644 --- a/src/systray/systraybar.h +++ b/src/systray/systraybar.h @@ -33,6 +33,7 @@ typedef struct extern Window net_sel_win; extern Systraybar systray; +extern int refresh_systray; void init_systray(); @@ -44,9 +45,11 @@ void net_message(XClientMessageEvent *e); void remove_icon(TrayWindow *traywin); +void draw_systray(void *obj, cairo_t *c, int active); + void resize_systray(void *obj); -void refresh_systray(); +void refresh_systray_icon(); #endif