not size, position
This commit is contained in:
parent
cbf85c1902
commit
a4a7433928
2
client.c
2
client.c
|
@ -374,7 +374,7 @@ client_manage(Window w, XWindowAttributes *wa, int screen)
|
||||||
client_setfloating(c, rettrans || c->isfixed);
|
client_setfloating(c, rettrans || c->isfixed);
|
||||||
}
|
}
|
||||||
|
|
||||||
if(!(flags & (USSize | PSize)))
|
if(!(flags & (USPosition | PPosition)))
|
||||||
c->f_geometry = client_get_smart_geometry(c->f_geometry, c->border, c->screen);
|
c->f_geometry = client_get_smart_geometry(c->f_geometry, c->border, c->screen);
|
||||||
|
|
||||||
XSelectInput(globalconf.display, w, StructureNotifyMask | PropertyChangeMask | EnterWindowMask);
|
XSelectInput(globalconf.display, w, StructureNotifyMask | PropertyChangeMask | EnterWindowMask);
|
||||||
|
|
Loading…
Reference in New Issue