not size, position

This commit is contained in:
Julien Danjou 2008-02-01 11:30:39 +01:00
parent cbf85c1902
commit a4a7433928
1 changed files with 1 additions and 1 deletions

View File

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