]> Dogcows Code - chaz/openbox/blobdiff - openbox/dock.h
make desktop cycling work properly when non-interactive
[chaz/openbox] / openbox / dock.h
index aa18da8426c9b17f6c1f58aecfcf7154f0b90724..fbd5e1693d404fd5a8859d36aab3ce2260730966 100644 (file)
@@ -1,7 +1,6 @@
 #ifndef __dock_h
 #define __dock_h
 
-#include "timer.h"
 #include "window.h"
 #include "stacking.h"
 #include "geom.h"
@@ -28,7 +27,6 @@ struct _ObDock
     gint h;
 
     gboolean hidden;
-    Timer *hide_timer;
 
     GList *dock_apps;
 };
@@ -50,7 +48,7 @@ struct _ObDockApp {
     gint h;
 };
 
-extern Strut dock_strut;
+extern StrutPartial dock_strut;
 
 void dock_startup();
 void dock_shutdown();
This page took 0.022536 seconds and 4 git commands to generate.