]> Dogcows Code - chaz/openbox/blobdiff - openbox/dock.h
return FALSE if a grab fails
[chaz/openbox] / openbox / dock.h
index ef7707692e28d4c4debac22f133552d1883a126c..d70519a3e3a837a304aa9c2c993246d0c2dec64a 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>
@@ -26,7 +27,7 @@ typedef struct Dock {
     ObWindow obwin;
 
     Window frame;
-    Appearance *a_frame;
+    RrAppearance *a_frame;
 
     /* actual position (when not auto-hidden) */
     int x, y;
@@ -39,16 +40,24 @@ typedef struct Dock {
 } Dock;
 
 typedef struct DockApp {
+    ObWindow obwin;
+
     int ignore_unmaps;
 
     Window icon_win;
     Window win;
+
+    char *name;
+    char *class;
+
     int x;
     int y;
     int w;
     int h;
 } DockApp;
 
+extern Strut dock_strut;
+
 void dock_startup();
 void dock_shutdown();
 
This page took 0.021317 seconds and 4 git commands to generate.