X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=src%2Fsystray%2Fsystraybar.h;h=7b5e9fcac5caf66a03809cd216a61b449f77358e;hb=106a3423e2a034da08b6f12c87b42b9a99fb34af;hp=f95001ec2ecd59a7fe33653434cf80291ed3390a;hpb=bab0811f845cedb817a3c3a29dd91ade07d5a886;p=chaz%2Ftint2 diff --git a/src/systray/systraybar.h b/src/systray/systraybar.h index f95001e..7b5e9fc 100644 --- a/src/systray/systraybar.h +++ b/src/systray/systraybar.h @@ -52,9 +52,16 @@ extern int refresh_systray; extern int systray_enabled; extern int systray_max_icon_size; +// default global data +void default_systray(); + +// freed memory +void cleanup_systray(); + +// initialize protocol and panel position void init_systray(); void init_systray_panel(void *p); -void cleanup_systray(); + void draw_systray(void *obj, cairo_t *c); void resize_systray(void *obj);