X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fsystray%2Fsystraybar.h;h=dbe3fbee46671e12d6ddf12ba91362e7a086b30c;hb=ef17c3392c2af3541ea83b6f15cd7330cc2d0e07;hp=4f369716e7209398d0431b17c4aac23418df6450;hpb=bd9ade337cc85297242a10d5eb258aad2e71d021;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