]> Dogcows Code - chaz/openbox/blobdiff - openbox/dock.h
add stacking_below which moves a window to immediately below another window. use...
[chaz/openbox] / openbox / dock.h
index aa18da8426c9b17f6c1f58aecfcf7154f0b90724..f42a2027da1833356b117a238a2fe3df9195c175 100644 (file)
@@ -28,7 +28,7 @@ struct _ObDock
     gint h;
 
     gboolean hidden;
-    Timer *hide_timer;
+    ObTimer *hide_timer;
 
     GList *dock_apps;
 };
@@ -50,7 +50,7 @@ struct _ObDockApp {
     gint h;
 };
 
-extern Strut dock_strut;
+extern StrutPartial dock_strut;
 
 void dock_startup();
 void dock_shutdown();
This page took 0.021787 seconds and 4 git commands to generate.