X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fsystray%2Fsystraybar.h;h=0ee61ed9362018ad38bfaa2a8c7bf68d9e01454f;hb=f3f6ab62e3242c62e129d56b2a44c19c09303a16;hp=03c031362b77b3bd057ffead9c4caf479818ab0a;hpb=e177e2a5f09e5037eb4b16fd6d6a1dbfa22b9558;p=chaz%2Ftint2 diff --git a/src/systray/systraybar.h b/src/systray/systraybar.h index 03c0313..0ee61ed 100644 --- a/src/systray/systraybar.h +++ b/src/systray/systraybar.h @@ -20,18 +20,20 @@ typedef struct { - // always start with area - Area area; + // always start with area + Area area; GSList *list_icons; + int sort; } Systraybar; typedef struct { - Window id; - int x, y; - int width, height; + Window id; + int x, y; + int width, height; + int hide; } TrayWindow; @@ -47,6 +49,7 @@ void resize_systray(void *obj); // systray protocol +// many tray icon doesn't manage stop/restart of the systray manager int init_net(); void cleanup_net(); void net_message(XClientMessageEvent *e);