summaryrefslogtreecommitdiff
path: root/openbox/dock.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-05-16 19:15:56 +0000
committerDana Jansens <danakj@orodu.net>2003-05-16 19:15:56 +0000
commit7a166a383805f7693e0800f3bf693e3736463a0d (patch)
tree4ca6aa7fde49193aac5cc9a4e35eb451b6868d00 /openbox/dock.h
parent66d3006671e7729b3f6244c49fda175caaae5174 (diff)
give the dock a strut and use it
Diffstat (limited to 'openbox/dock.h')
-rw-r--r--openbox/dock.h5
1 files changed, 4 insertions, 1 deletions
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 <glib.h>
#include <X11/Xlib.h>
@@ -51,6 +52,8 @@ typedef struct DockApp {
int h;
} DockApp;
+extern Strut dock_strut;
+
void dock_startup();
void dock_shutdown();