diff options
author | Anselm R. Garbe <arg@suckless.org> | 2007-06-04 11:37:33 +0200 |
---|---|---|
committer | Anselm R. Garbe <arg@suckless.org> | 2007-06-04 11:37:33 +0200 |
commit | 5a1a2edf0e584e660e16d2e01094851e0f9161e2 (patch) | |
tree | b56870066ccdb6459ec96dcf5d2facef20ae1e16 /client.c | |
parent | b3419f49a315e9ca0d0870878b353fafec1e3e5c (diff) |
applied anudots [un]ban repair patch
Diffstat (limited to 'client.c')
-rw-r--r-- | client.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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); |