aboutsummaryrefslogtreecommitdiffstats
path: root/client.c
diff options
context:
space:
mode:
authorAnselm R. Garbe <garbeam@gmail.com>2007-08-26 12:53:40 +0200
committerAnselm R. Garbe <garbeam@gmail.com>2007-08-26 12:53:40 +0200
commita92cf496c18189f9cbc7c1d7f8edcebbd1d7ff99 (patch)
treeb3346d3c08c9a78661ddc59c6fafa2ec82d4f110 /client.c
parentcc7970010bd78e700d790b12617a50c9f9fd45a8 (diff)
downloaddwm-a92cf496c18189f9cbc7c1d7f8edcebbd1d7ff99.tar.zst
prepared 4.4.1 bugfix and minor feature enhancement release4.4.1
Diffstat (limited to 'client.c')
-rw-r--r--client.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/client.c b/client.c
index a105514..cd16e11 100644
--- a/client.c
+++ b/client.c
@@ -229,6 +229,7 @@ manage(Window w, XWindowAttributes *wa) {
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();
}