]> Dogcows Code - chaz/tint2/blobdiff - src/taskbar/task.h
fixed bugs with new design (first step)
[chaz/tint2] / src / taskbar / task.h
index bab6c74e7217fbeb155ba976c83f7221b17c1fea..b0c445ac0349f550a9aec5af466d85b33244c450 100644 (file)
@@ -17,6 +17,7 @@
 typedef struct {
    Area area;
    Area area_active;
+   Area area_inactive;
    
    int text;
    int icon;
@@ -38,10 +39,10 @@ typedef struct {
 // --------------------------------------------------
 // task parameter
 typedef struct {
-   // --------------------------------------------------
    // always start with area
    Area area;
    Area area_active;
+   Area area_inactive;
 
    // TODO: group task with list of windows here
    Window win;
This page took 0.024007 seconds and 4 git commands to generate.