X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fsystray%2Fsystraybar.h;h=5921ee513c11022b7cbd2a9573dcf7a9dff4bd65;hb=e7c43073246afe07cddf67d40d545f2bebcf62a1;hp=d18d12eea34921e89acfce4bc0786f20f8568cfd;hpb=0caca7524827e38c9d076f33dc66416d189184e8;p=chaz%2Ftint2 diff --git a/src/systray/systraybar.h b/src/systray/systraybar.h index d18d12e..5921ee5 100644 --- a/src/systray/systraybar.h +++ b/src/systray/systraybar.h @@ -52,15 +52,18 @@ extern int refresh_systray; extern int systray_enabled; extern int systray_max_icon_size; -void init_systray(); - -void init_systray_panel(void *p); +// default global data +void default_systray(); -// freed memory and set default values +// freed memory void cleanup_systray(); +// initialize protocol and panel position +void init_systray(); +void init_systray_panel(void *p); + void draw_systray(void *obj, cairo_t *c); -void resize_systray(void *obj); +int resize_systray(void *obj); // systray protocol