From: Dana Jansens Date: Fri, 1 Aug 2003 03:36:06 +0000 (+0000) Subject: configre teh dock after finding the new screen sizes X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=12a4cc4cbe382a36ab255676816b9e8bbe457c6b;p=chaz%2Fopenbox configre teh dock after finding the new screen sizes --- diff --git a/openbox/screen.c b/openbox/screen.c index 3c2010a1..1b9887d9 100644 --- a/openbox/screen.c +++ b/openbox/screen.c @@ -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);