]> Dogcows Code - chaz/tint2/blobdiff - src/taskbar/taskbar.h
small clenup
[chaz/tint2] / src / taskbar / taskbar.h
index f863684c12a002d7f0036efd0cc4d463f5a295f4..17a56af139fe9af28cb3c87798dafcc96ab393e0 100644 (file)
@@ -23,8 +23,6 @@ typedef struct {
        int desktop;
 
        // task parameters
-       int task_width;
-       int task_modulo;
        int text_width;
 } Taskbar;
 
@@ -34,7 +32,6 @@ typedef struct {
        Area area;
        Background* bg;
        Background* bg_active;
-       int use_active;
 } Global_taskbar;
 
 
@@ -54,6 +51,9 @@ void task_refresh_tasklist ();
 
 int  resize_taskbar(void *obj);
 
+// show/hide taskbar according to current desktop
+void visible_taskbar(void *p);
+
 
 #endif
 
This page took 0.024716 seconds and 4 git commands to generate.