X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=client.c;h=cd16e11867f2b4ba85c9730bc600ebdb6c188874;hb=5d831eaa94e1ef91e4227298bdd5eec7b2181caf;hp=9dd08b1ca6dae9d223a06fad6559a124db1ffb7b;hpb=36672d0401299a5230b516ca4575365d9f45dd35;p=dwm.git diff --git a/client.c b/client.c index 9dd08b1..cd16e11 100644 --- a/client.c +++ b/client.c @@ -1,7 +1,6 @@ /* See LICENSE file for copyright and license details. */ #include "dwm.h" #include -#include #include /* static */ @@ -230,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(); }