From: Dana Jansens Date: Sun, 8 Jun 2003 01:18:51 +0000 (+0000) Subject: this cnofigure is FINAL! X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=7c13920066c822eaa80e3d1147e873e9a30eedd3;p=chaz%2Fopenbox this cnofigure is FINAL! --- diff --git a/openbox/event.c b/openbox/event.c index b6126464..c54c2952 100644 --- a/openbox/event.c +++ b/openbox/event.c @@ -699,7 +699,7 @@ static void event_handle_client(Client *client, XEvent *e) 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) {