Fix for 'windows showing up in tile-mode and not before already floated'

FS#22

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Nikos Ntarmos 2008-01-09 09:43:39 +01:00 committed by Julien Danjou
parent 838cfad304
commit 08e13d598e

View file

@ -314,6 +314,7 @@ client_manage(Window w, XWindowAttributes *wa, int screen)
Rule *rule;
int phys_screen = get_phys_screen(screen);
XLowerWindow(globalconf.display, w);
area = get_screen_area(screen, NULL, NULL);
c = p_new(Client, 1);