X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fpanel.h;h=010a758a411f0ca4e9c4391cc65cce85ee6083fd;hb=aafb2db7a1f2b69f4f33b4c041e4c1452947daa5;hp=86e7e1adbe48be4b7a55cb1812288760cd6d6a34;hpb=c0f91cbbb76989eb2e6a7a2185509573b0c3b0cb;p=chaz%2Ftint2 diff --git a/src/panel.h b/src/panel.h index 86e7e1a..010a758 100644 --- a/src/panel.h +++ b/src/panel.h @@ -20,6 +20,7 @@ #include "taskbar.h" #include "systraybar.h" #include "launcher.h" +#include "freespace.h" #ifdef ENABLE_BATTERY #include "battery.h" @@ -114,6 +115,8 @@ typedef struct { Launcher launcher; + FreeSpace freespace; + // autohide int is_hidden; int hidden_width, hidden_height;