/* See LICENSE file for copyright and license details. */
#include "dwm.h"
#include <stdlib.h>
-#include <X11/Xatom.h>
#include <X11/Xutil.h>
/* static */
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();
}