]> Dogcows Code - chaz/openbox/blobdiff - openbox/dock.h
make openbox base-dir spec compliant, and change the theme dir structure, so that...
[chaz/openbox] / openbox / dock.h
index f42a2027da1833356b117a238a2fe3df9195c175..cf35bff998048c54870272c104b1de2a9fd44d0c 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;
 };
@@ -52,8 +50,8 @@ struct _ObDockApp {
 
 extern StrutPartial dock_strut;
 
-void dock_startup();
-void dock_shutdown();
+void dock_startup(gboolean reconfig);
+void dock_shutdown(gboolean reconfig);
 
 void dock_configure();
 void dock_hide(gboolean hide);
This page took 0.021327 seconds and 4 git commands to generate.