diff options
Diffstat (limited to 'openbox')
| -rw-r--r-- | openbox/event.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/event.c b/openbox/event.c index adc393d0..52747d3f 100644 --- a/openbox/event.c +++ b/openbox/event.c @@ -916,7 +916,7 @@ static void event_handle_client(Client *client, XEvent *e) else h = client->area.y; client->gravity = tmpg; - client_configure(client, Corner_TopLeft, x, y, w, h, TRUE, TRUE); + client_configure(client, Corner_TopLeft, x, y, w, h, FALSE, TRUE); client->gravity = oldg; } break; |
