foo
authorAnselm R. Garbe <garbeam@gmail.com>
Mon, 30 Jul 2007 21:03:08 +0200
changeset 929 ee82cfb6329b
parent 928 a692fe8c0f34
child 930 33e5eecb3311
foo
client.c
--- a/client.c	Sat Jul 28 17:25:44 2007 +0200
+++ b/client.c	Mon Jul 30 21:03:08 2007 +0200
@@ -311,6 +311,7 @@
 unban(Client *c) {
 	if(!c->isbanned)
 		return;
+	XMoveWindow(dpy, c->win, c->x, c->y); /* some windows require this */
 	XMapWindow(dpy, c->win);
 	setclientstate(c, NormalState);
 	c->isbanned = False;