X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fsystray%2Fsystraybar.h;h=a405dfd48d50747fda223a3dcdeb26c9caf96abc;hb=2e6b12080e5187b0e0db377cd4df22405119e5b8;hp=071f6f7dbc2ce8f0c204924e3593e9d00e014123;hpb=a1783c29169a83f9359106678c26fdc28815ccde;p=chaz%2Ftint2 diff --git a/src/systray/systraybar.h b/src/systray/systraybar.h index 071f6f7..a405dfd 100644 --- a/src/systray/systraybar.h +++ b/src/systray/systraybar.h @@ -37,8 +37,11 @@ extern Systraybar systray; void init_systray(); void cleanup_systray(); -int net_init(); + +int init_net(); +void cleanup_net(); void net_message(XClientMessageEvent *e); + void remove_icon(TrayWindow *traywin); void draw_systray(void *obj, cairo_t *c, int active);