this cnofigure is FINAL!
This commit is contained in:
parent
5b3d5bda24
commit
7c13920066
1 changed files with 1 additions and 1 deletions
|
@ -699,7 +699,7 @@ static void event_handle_client(Client *client, XEvent *e)
|
||||||
corner = Corner_TopLeft;
|
corner = Corner_TopLeft;
|
||||||
}
|
}
|
||||||
|
|
||||||
client_configure(client, corner, x, y, w, h, FALSE, FALSE);
|
client_configure(client, corner, x, y, w, h, FALSE, TRUE);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (e->xconfigurerequest.value_mask & CWStackMode) {
|
if (e->xconfigurerequest.value_mask & CWStackMode) {
|
||||||
|
|
Loading…
Reference in a new issue