]> Dogcows Code - chaz/openbox/blobdiff - openbox/dock.h
track the maximum margin of menu items. use this to keep icons in the menus inside...
[chaz/openbox] / openbox / dock.h
index 99cc01f3a962dd7e8d7549fd0bbeb11cc0780ce5..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;
-    ObTimer *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.019809 seconds and 4 git commands to generate.