]> Dogcows Code - chaz/openbox/commitdiff
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 b6126464ccb5119a1ce76e3f7cd33149e9ad05d6..c54c2952c62ae88359fc4bbe4273251b03f32c49 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) {
This page took 0.023493 seconds and 4 git commands to generate.