configre teh dock after finding the new screen sizes

This commit is contained in:
Dana Jansens 2003-08-01 03:36:06 +00:00
parent bfd20c7a84
commit 12a4cc4cbe

View 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);