]> Dogcows Code - chaz/openbox/blobdiff - openbox/dock.h
give the dock a strut and use it
[chaz/openbox] / openbox / dock.h
index ef7707692e28d4c4debac22f133552d1883a126c..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>
@@ -39,6 +40,8 @@ typedef struct Dock {
 } Dock;
 
 typedef struct DockApp {
+    ObWindow obwin;
+
     int ignore_unmaps;
 
     Window icon_win;
@@ -49,6 +52,8 @@ typedef struct DockApp {
     int h;
 } DockApp;
 
+extern Strut dock_strut;
+
 void dock_startup();
 void dock_shutdown();
 
This page took 0.021955 seconds and 4 git commands to generate.