From a4a743392876d220c4c7183f8420aaa0786d1dfa Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Fri, 1 Feb 2008 11:30:39 +0100 Subject: [PATCH] not size, position --- client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.c b/client.c index 72711be9f..5e1ada7b3 100644 --- a/client.c +++ b/client.c @@ -374,7 +374,7 @@ client_manage(Window w, XWindowAttributes *wa, int screen) 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); XSelectInput(globalconf.display, w, StructureNotifyMask | PropertyChangeMask | EnterWindowMask);