]> Dogcows Code - chaz/tint2/blobdiff - src/systray/systraybar.h
*add* systray icons can also be adjusted, like task icons
[chaz/tint2] / src / systray / systraybar.h
index 842ec09cbc0a1964e18256fc40ed9e76537d1b4b..69aae933e6e27989a446daff5302ce329cfd5899 100644 (file)
@@ -12,6 +12,7 @@
 
 #include "common.h"
 #include "area.h"
+#include <X11/extensions/Xdamage.h>
 
 // XEMBED messages
 #define XEMBED_EMBEDDED_NOTIFY         0
@@ -25,6 +26,7 @@ typedef struct {
 
        GSList *list_icons;
        int sort;
+       int alpha, saturation, brightness;
 } Systraybar;
 
 
@@ -36,7 +38,8 @@ typedef struct
        int width, height;
        // TODO: manage icon's show/hide
        int hide;
-       int wrong_format;
+       int depth;
+       Damage damage;
 } TrayWindow;
 
 
This page took 0.022122 seconds and 4 git commands to generate.