this cnofigure is FINAL!

This commit is contained in:
Dana Jansens 2003-06-08 01:18:51 +00:00
parent 5b3d5bda24
commit 7c13920066

View file

@ -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) {