fix rearrange
This commit is contained in:
parent
4fbce766bf
commit
b4ff03c27e
3
client.c
3
client.c
|
@ -337,7 +337,6 @@ client_manage(Window w, XWindowAttributes *wa, int screen)
|
||||||
if(!client_loadprops(c, screen))
|
if(!client_loadprops(c, screen))
|
||||||
tag_client_with_rules(c);
|
tag_client_with_rules(c);
|
||||||
|
|
||||||
|
|
||||||
/* if window request fullscreen mode */
|
/* if window request fullscreen mode */
|
||||||
if(c->geometry.width == area.width && c->geometry.height == area.height)
|
if(c->geometry.width == area.width && c->geometry.height == area.height)
|
||||||
{
|
{
|
||||||
|
@ -422,7 +421,7 @@ client_manage(Window w, XWindowAttributes *wa, int screen)
|
||||||
ewmh_update_net_client_list(phys_screen);
|
ewmh_update_net_client_list(phys_screen);
|
||||||
|
|
||||||
/* rearrange to display new window */
|
/* rearrange to display new window */
|
||||||
arrange(screen);
|
arrange(c->screen);
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Resize client window
|
/** Resize client window
|
||||||
|
|
Loading…
Reference in New Issue