summaryrefslogtreecommitdiff
path: root/openbox/dock.h
diff options
context:
space:
mode:
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();