X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=src%2Ftaskbar%2Ftask.h;h=54695abe1096996d71daeaf638b74948b63de14b;hb=56820c4fd6d54b2f6a5ff4bf391461792ce42834;hp=9e637588dc94d9da5cbd5c767b1978002ae2d1ff;hpb=2b02c330ccfaa83d238487d8f597bfbfcc32e45a;p=chaz%2Ftint2 diff --git a/src/taskbar/task.h b/src/taskbar/task.h index 9e63758..54695ab 100644 --- a/src/taskbar/task.h +++ b/src/taskbar/task.h @@ -11,9 +11,12 @@ #include #include #include "common.h" +#include "timer.h" enum { TASK_NORMAL, TASK_ACTIVE, TASK_ICONIFIED, TASK_URGENT, TASK_STATE_COUNT }; +extern timeout* urgent_timeout; +extern GSList* urgent_list; // -------------------------------------------------- // global task parameter @@ -35,7 +38,7 @@ typedef struct { Background* background[TASK_STATE_COUNT]; int config_background_mask; // starting position for text ~ task_padding + task_border + icon_size - double text_posx, text_posy; + double text_posx, text_height; int font_shadow; PangoFontDescription *font_desc;