]> Dogcows Code - chaz/tint2/blobdiff - src/taskbar/taskbar.h
*add* more task states (normal, active, iconified, urgent), with each an own backgrou...
[chaz/tint2] / src / taskbar / taskbar.h
index 0901ed5a945967ee751b4182a49ffa2dce8eb4ba..8152a6cb7d2135eb1a2031da0b8f5eb028d8edd6 100644 (file)
@@ -24,11 +24,19 @@ typedef struct {
 } Taskbar;
 
 
+typedef struct {
+       //always start with area
+       Area area;
+       Background* bg;
+       Background* bg_active;
+       int use_active;
+} Global_taskbar;
 
 void init_taskbar();
 void cleanup_taskbar();
 
 Task *task_get_task (Window win);
+GSList* task_get_tasks(Window win);
 void task_refresh_tasklist ();
 
 void resize_taskbar(void *obj);
This page took 0.020147 seconds and 4 git commands to generate.