]> Dogcows Code - chaz/tint2/blobdiff - src/taskbar/taskbar.h
small clenup
[chaz/tint2] / src / taskbar / taskbar.h
index 6622858378f6954ffad5474aefa3639ad2afbcea..17a56af139fe9af28cb3c87798dafcc96ab393e0 100644 (file)
@@ -13,6 +13,7 @@
 extern GHashTable* win_to_task_table;
 extern Task *task_active;
 extern Task *task_drag;
+extern int taskbar_enabled;
 
 // tint2 use one taskbar per desktop.
 typedef struct {
@@ -22,8 +23,6 @@ typedef struct {
        int desktop;
 
        // task parameters
-       int task_width;
-       int task_modulo;
        int text_width;
 } Taskbar;
 
@@ -33,7 +32,6 @@ typedef struct {
        Area area;
        Background* bg;
        Background* bg_active;
-       int use_active;
 } Global_taskbar;
 
 
@@ -53,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.022329 seconds and 4 git commands to generate.