prepared 4.4.1 bugfix and minor feature enhancement release
This commit is contained in:
parent
cc7970010b
commit
a92cf496c1
5 changed files with 5 additions and 5 deletions
1
client.c
1
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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue