]> Dogcows Code - chaz/tint2/blobdiff - src/taskbar/task.h
remove patch on omnipresent task to try another solution
[chaz/tint2] / src / taskbar / task.h
index 051c7198472360ce1cf114ea5f8dda5dcfce06f0..981509e35aac23d25707ed5903856599cb16992a 100644 (file)
@@ -26,8 +26,8 @@ typedef struct {
        int icon_size1;
        int maximum_width;
        int maximum_height;
-   int hue, saturation, brightness;
-   int hue_active, saturation_active, brightness_active;
+       int alpha, saturation, brightness;
+       int alpha_active, saturation_active, brightness_active;
        // starting position for text ~ task_padding + task_border + icon_size
        double text_posx, text_posy;
 
@@ -46,11 +46,10 @@ typedef struct {
        // TODO: group task with list of windows here
        Window win;
        int  desktop;
-       // ARGB icon
-       unsigned int *icon_data;
-       unsigned int *icon_data_active;
-       int icon_width;
-       int icon_height;
+       Imlib_Image icon;
+       Imlib_Image icon_active;
+       unsigned int icon_width;
+       unsigned int icon_height;
        char *title;
 } Task;
 
This page took 0.020634 seconds and 4 git commands to generate.