diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-06-08 22:38:31 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-06-08 22:38:31 +0000 |
| commit | 7cbac3c4d5ea86e673d7b51f74eeaba91b8bd72b (patch) | |
| tree | 1cff5a37a0b93aa4b21f57fae82524bbf99a133a /openbox/client.c | |
| parent | 07539c38c8392e5ce5ad0912e0c4ecf7982cb07a (diff) | |
describe the complicated if a bit :)
Diffstat (limited to 'openbox/client.c')
| -rw-r--r-- | openbox/client.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/openbox/client.c b/openbox/client.c index b7800a5e..13cd7258 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -1761,6 +1761,9 @@ void client_configure(Client *self, Corner anchor, int x, int y, int w, int h, RECT_SET(self->area, x, y, w, h); + /* for app-requested resizes, always resize if 'resized' is true. + for user-requested ones, only resize if final is true, or when + resizing in opaque mode */ if ((!user && resized) || (user && (final || (resized && config_opaque_resize)))) XResizeWindow(ob_display, self->window, w, h); |
