client.c
changeset 976 7c117df5d202
parent 974 408014d21261
child 987 ea0cef59c3a3
--- a/client.c	Thu Aug 23 18:15:13 2007 +0200
+++ b/client.c	Sun Aug 26 12:53:40 2007 +0200
@@ -229,6 +229,7 @@
 	XMoveResizeWindow(dpy, c->win, c->x, c->y, c->w, c->h); /* some windows require this */
 	ban(c);
 	XMapWindow(dpy, c->win);
+	setclientstate(c, NormalState);
 	arrange();
 }