]> Dogcows Code - chaz/tint2/blobdiff - src/systray/systraybar.h
*fix* issue 175
[chaz/tint2] / src / systray / systraybar.h
index c1f2324c223449f822d75512424729faa00b4d67..842ec09cbc0a1964e18256fc40ed9e76537d1b4b 100644 (file)
@@ -31,19 +31,24 @@ typedef struct {
 typedef struct
 {
        Window id;
+       Window tray_id;
        int x, y;
        int width, height;
        // TODO: manage icon's show/hide
        int hide;
+       int wrong_format;
 } TrayWindow;
 
 
+// net_sel_win != None when protocol started
 extern Window net_sel_win;
 extern Systraybar systray;
 extern int refresh_systray;
-
+extern int systray_enabled;
+extern int systray_max_icon_size;
 
 void init_systray();
+void init_systray_panel(void *p);
 void cleanup_systray();
 void draw_systray(void *obj, cairo_t *c, int active);
 void resize_systray(void *obj);
@@ -51,8 +56,8 @@ 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 start_net();
+void stop_net();
 void net_message(XClientMessageEvent *e);
 
 gboolean add_icon(Window id);
This page took 0.021723 seconds and 4 git commands to generate.