]> Dogcows Code - chaz/tint2/blobdiff - src/taskbar/task.h
back to ELLIPSIZE_END and multi-line task name. multi-line depend on task vertical_pa...
[chaz/tint2] / src / taskbar / task.h
index 9e637588dc94d9da5cbd5c767b1978002ae2d1ff..54695abe1096996d71daeaf638b74948b63de14b 100644 (file)
 #include <pango/pangocairo.h>
 #include <Imlib2.h>
 #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;
This page took 0.019971 seconds and 4 git commands to generate.