Scan: Update client attributes after client_manage and arrange all screen at the end.

This commit is contained in:
Martin Duquesnoy
2009-04-23 19:26:52 +02:00
parent 1c661a0c7e
commit 51cccecaeb
3 changed files with 4 additions and 6 deletions

View File

@@ -225,11 +225,13 @@ scan(void)
if(screen != -1)
c->screen = screen;
arrange(c->screen);
client_update_attributes(c);
}
for(i = 0; i < screen_count(); ++i)
arrange(i);
XFree(w);
arrange(screen_get_sel());
return;
}