applied anudots [un]ban repair patch

This commit is contained in:
Anselm R. Garbe
2007-06-04 11:37:33 +02:00
parent b3419f49a3
commit 5a1a2edf0e
3 changed files with 3 additions and 7 deletions

View File

@ -216,8 +216,7 @@ manage(Window w, XWindowAttributes *wa) {
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);