]> Dogcows Code - chaz/tint2/blobdiff - src/panel.h
fixed resize_clock() and snapshot
[chaz/tint2] / src / panel.h
index a53bc458bb7add6ac33d993a2c1ab55be10b497d..9e38fe08082cfae5f712d6576a0019959739dcb0 100644 (file)
@@ -49,9 +49,10 @@ extern int panel_position;
 extern int panel_horizontal;
 
 extern int panel_refresh;
+extern int task_dragged;
 
 //panel autohide
-enum { STRUT_MINIMUM, STRUT_FOLLOW_SIZE };
+enum { STRUT_MINIMUM, STRUT_FOLLOW_SIZE, STRUT_NONE };
 extern int panel_autohide;
 extern int panel_autohide_show_timeout;
 extern int panel_autohide_hide_timeout;
@@ -62,6 +63,8 @@ extern Task *task_active;
 extern Task *task_drag;
 extern int  max_tick_urgent;
 
+extern GArray* backgrounds;
+
 extern Imlib_Image default_icon;
 
 
@@ -85,7 +88,7 @@ typedef struct {
 
        // --------------------------------------------------
        // task and taskbar parameter per panel
-       Area g_taskbar;
+       Global_taskbar g_taskbar;
        Global_task g_task;
 
        // --------------------------------------------------
@@ -105,10 +108,12 @@ typedef struct {
 #ifdef ENABLE_BATTERY
        Battery battery;
 #endif
+
+       // autohide
        int is_hidden;
        int hidden_width, hidden_height;
        Pixmap hidden_pixmap;
-       const struct timeout* autohide_timeout;
+       timeout* autohide_timeout;
 } Panel;
 
 
This page took 0.020732 seconds and 4 git commands to generate.