]> Dogcows Code - chaz/openbox/blobdiff - openbox/dock.h
add (optional) support for showing a busy cursor via startup notification
[chaz/openbox] / openbox / dock.h
index fdfaaf05d249131942d203ecf32caec63fe7eaeb..2b6dc4d2fdf28202ba2241aedfff7b98145acb76 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>
@@ -45,12 +46,18 @@ typedef struct DockApp {
 
     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.024648 seconds and 4 git commands to generate.