this cnofigure is FINAL!
authorDana Jansens <danakj@orodu.net>
Sun, 8 Jun 2003 01:18:51 +0000 (01:18 +0000)
committerDana Jansens <danakj@orodu.net>
Sun, 8 Jun 2003 01:18:51 +0000 (01:18 +0000)
openbox/event.c

index b612646..c54c295 100644 (file)
@@ -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) {