]> 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 9e954b3ce97ad1c174747208a7b8ee080729b40c..8152a6cb7d2135eb1a2031da0b8f5eb028d8edd6 100644 (file)
@@ -24,6 +24,13 @@ 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();
This page took 0.021095 seconds and 4 git commands to generate.