X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=src%2Ftaskbar%2Ftask.h;h=051c7198472360ce1cf114ea5f8dda5dcfce06f0;hb=9ad50cc90314fb960c8eea1d41f912f6d9e402fd;hp=d1870dbbbca9a6a25beb8216061f5b1a393c58ab;hpb=3dda49f22f1c317f3eb7e738e8f14c394f6d9d37;p=chaz%2Ftint2 diff --git a/src/taskbar/task.h b/src/taskbar/task.h index d1870db..051c719 100644 --- a/src/taskbar/task.h +++ b/src/taskbar/task.h @@ -9,6 +9,7 @@ #include #include +#include #include "common.h" @@ -25,6 +26,8 @@ typedef struct { int icon_size1; int maximum_width; int maximum_height; + int hue, saturation, brightness; + int hue_active, saturation_active, brightness_active; // starting position for text ~ task_padding + task_border + icon_size double text_posx, text_posy; @@ -43,7 +46,9 @@ 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; char *title;