X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=openbox%2Fscreen.c;h=1b9887d95ecdd529182c7919ee9fdcb90d373113;hb=75bd479545251e77235cb2052be18a173197de2e;hp=3c2010a1433b391164f0340c78f225e81fbcafea;hpb=4d82dd3017655aef64893897bc12064e5c51469d;p=chaz%2Fopenbox 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);