summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--openbox/screen.c2
1 files changed, 1 insertions, 1 deletions
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);