X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fdock.h;h=14411499a165ddb7699057e6ed9b0ff88af03cd5;hb=7a166a383805f7693e0800f3bf693e3736463a0d;hp=fdfaaf05d249131942d203ecf32caec63fe7eaeb;hpb=66d3006671e7729b3f6244c49fda175caaae5174;p=chaz%2Fopenbox diff --git a/openbox/dock.h b/openbox/dock.h index fdfaaf05..14411499 100644 --- a/openbox/dock.h +++ b/openbox/dock.h @@ -2,9 +2,10 @@ #define __dock_h #include "timer.h" -#include "render/render.h" #include "window.h" #include "stacking.h" +#include "geom.h" +#include "render/render.h" #include #include @@ -51,6 +52,8 @@ typedef struct DockApp { int h; } DockApp; +extern Strut dock_strut; + void dock_startup(); void dock_shutdown();