]> Dogcows Code - chaz/openbox/blobdiff - openbox/dock.h
give the dock a strut and use it
[chaz/openbox] / openbox / dock.h
index fdfaaf05d249131942d203ecf32caec63fe7eaeb..14411499a165ddb7699057e6ed9b0ff88af03cd5 100644 (file)
@@ -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();
 
This page took 0.02136 seconds and 4 git commands to generate.