X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fpanel.h;h=cce1d3b35c5f971b778bd9edeb897e207930c595;hb=bab0811f845cedb817a3c3a29dd91ade07d5a886;hp=a53bc458bb7add6ac33d993a2c1ab55be10b497d;hpb=7afcc1abf6cdf512244fc11529dde53e53f110ea;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;