]> Dogcows Code - chaz/openbox/blobdiff - openbox/event.c
some more fixes for resizing clients. aspect ratio is not the last thing checked...
[chaz/openbox] / 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.022446 seconds and 4 git commands to generate.