]> Dogcows Code - chaz/openbox/blobdiff - openbox/screen.c
add the om4ob theme
[chaz/openbox] / openbox / screen.c
index 3c2010a1433b391164f0340c78f225e81fbcafea..1b9887d95ecdd529182c7919ee9fdcb90d373113 100644 (file)
@@ -353,8 +353,8 @@ void screen_resize()
     if (ob_state() == OB_STATE_STARTING)
        return;
 
-    dock_configure();
     screen_update_areas();
+    dock_configure();
 
     for (it = client_list; it; it = it->next)
         client_move_onscreen(it->data, FALSE);
This page took 0.02321 seconds and 4 git commands to generate.