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