X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=src%2Fpanel.h;h=cce1d3b35c5f971b778bd9edeb897e207930c595;hb=3d8a0dd90e405c4fb89e121b3e27d2b2177c45e2;hp=a53bc458bb7add6ac33d993a2c1ab55be10b497d;hpb=ad50533aef71e9697fe78bb636e64079f198f985;p=chaz%2Ftint2 diff --git a/src/panel.h b/src/panel.h index a53bc45..cce1d3b 100644 --- a/src/panel.h +++ b/src/panel.h @@ -62,6 +62,8 @@ extern Task *task_active; extern Task *task_drag; extern int max_tick_urgent; +extern GArray* backgrounds; + extern Imlib_Image default_icon; @@ -85,7 +87,7 @@ typedef struct { // -------------------------------------------------- // task and taskbar parameter per panel - Area g_taskbar; + Global_taskbar g_taskbar; Global_task g_task; // -------------------------------------------------- @@ -105,10 +107,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;