From 7a166a383805f7693e0800f3bf693e3736463a0d Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 16 May 2003 19:15:56 +0000 Subject: give the dock a strut and use it --- openbox/dock.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'openbox/dock.h') 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(); -- cgit v1.2.3