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