X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fsystray%2Fsystraybar.h;h=5921ee513c11022b7cbd2a9573dcf7a9dff4bd65;hb=6f02aea86bfbd5bc086d2a67318f2534bb8b73c2;hp=f95001ec2ecd59a7fe33653434cf80291ed3390a;hpb=bab0811f845cedb817a3c3a29dd91ade07d5a886;p=chaz%2Ftint2 diff --git a/src/systray/systraybar.h b/src/systray/systraybar.h index f95001e..5921ee5 100644 --- a/src/systray/systraybar.h +++ b/src/systray/systraybar.h @@ -52,11 +52,18 @@ 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); +int resize_systray(void *obj); // systray protocol