prepared 4.4.1 bugfix and minor feature enhancement release

This commit is contained in:
Anselm R. Garbe
2007-08-26 12:53:40 +02:00
parent cc7970010b
commit a92cf496c1
5 changed files with 5 additions and 5 deletions

View File

@ -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();
}