]> Dogcows Code - chaz/tint2/blobdiff - src/taskbar/task.h
moved initial values in function default_xxx
[chaz/tint2] / src / taskbar / task.h
index 9e637588dc94d9da5cbd5c767b1978002ae2d1ff..d519de1c23126d5f14cc63f606971fd614df7694 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
This page took 0.024713 seconds and 4 git commands to generate.