X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fsystray%2Fsystraybar.h;h=d18d12eea34921e89acfce4bc0786f20f8568cfd;hb=0caca7524827e38c9d076f33dc66416d189184e8;hp=f95001ec2ecd59a7fe33653434cf80291ed3390a;hpb=43b8ed2d151faccd87735a6a6afb950584392937;p=chaz%2Ftint2 diff --git a/src/systray/systraybar.h b/src/systray/systraybar.h index f95001e..d18d12e 100644 --- a/src/systray/systraybar.h +++ b/src/systray/systraybar.h @@ -53,8 +53,12 @@ extern int systray_enabled; extern int systray_max_icon_size; 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);