X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=src%2Fpanel.h;h=ef4f33c2934c06d2762a3a222d9fc8fef9044770;hb=ef9c33a6a77e304bceaa00b146869bf3747aaa57;hp=8bc64b722dd81dddf382597b51d78ac7ede082b3;hpb=5f3517c10b72d28cb72f634ea17306a4cd0b2ab6;p=chaz%2Ftint2 diff --git a/src/panel.h b/src/panel.h index 8bc64b7..ef4f33c 100644 --- a/src/panel.h +++ b/src/panel.h @@ -14,6 +14,7 @@ #include #include +#include "battery.h" #include "common.h" #include "clock.h" #include "task.h" @@ -33,6 +34,7 @@ extern int mouse_scroll_down; //panel mode enum { SINGLE_DESKTOP=0, MULTI_DESKTOP, SINGLE_MONITOR }; extern int panel_mode; +extern int wm_menu; //panel position enum { LEFT=0x01, RIGHT=0x02, CENTER=0X04, TOP=0X08, BOTTOM=0x10 }; @@ -42,6 +44,7 @@ extern int panel_refresh; extern Task *task_active; extern Task *task_drag; +extern Task *task_urgent; typedef struct { @@ -77,12 +80,10 @@ typedef struct { // clock Clock clock; - // -------------------------------------------------- - // systray - Systraybar trayer; + // -------------------------------------------------- + // battery + Battery battery; - // global taskbar parameter - //Area g_systraybar; } Panel;