]> Dogcows Code - chaz/tint2/blobdiff - src/taskbar/taskbar.h
cleanup code
[chaz/tint2] / src / taskbar / taskbar.h
index 6622858378f6954ffad5474aefa3639ad2afbcea..8407819114a996f94907636c2a0aff00bf5ade72 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 {
@@ -33,7 +34,6 @@ typedef struct {
        Area area;
        Background* bg;
        Background* bg_active;
-       int use_active;
 } Global_taskbar;
 
 
@@ -53,6 +53,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.016928 seconds and 4 git commands to generate.