]> Dogcows Code - chaz/tint2/blobdiff - src/systray/systraybar.h
*fix* issue 175
[chaz/tint2] / src / systray / systraybar.h
index 9e3b99012c4a5ac073692e22ef7ac2c78a68d1df..842ec09cbc0a1964e18256fc40ed9e76537d1b4b 100644 (file)
@@ -31,10 +31,12 @@ 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;
 
 
@@ -43,6 +45,7 @@ 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);
This page took 0.020163 seconds and 4 git commands to generate.