]> Dogcows Code - chaz/openbox/commitdiff
configre teh dock after finding the new screen sizes
authorDana Jansens <danakj@orodu.net>
Fri, 1 Aug 2003 03:36:06 +0000 (03:36 +0000)
committerDana Jansens <danakj@orodu.net>
Fri, 1 Aug 2003 03:36:06 +0000 (03:36 +0000)
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.024361 seconds and 4 git commands to generate.