diff -r d9c7c686d4dc -r dad36921af06 client.c --- a/client.c Fri Jun 01 12:11:25 2007 +0200 +++ b/client.c Mon Jun 04 11:37:33 2007 +0200 @@ -216,8 +216,7 @@ c->isfloating = (rettrans == Success) || c->isfixed; attach(c); attachstack(c); - c->isbanned = True; - XMoveWindow(dpy, w, c->x + 2 * sw, c->y); + ban(c); XMapWindow(dpy, w); setclientstate(c, NormalState); focus(c);