all repos — openbox @ 7cbac3c4d5ea86e673d7b51f74eeaba91b8bd72b

openbox fork - make it a bit more like ryudo

describe the complicated if a bit :)
Dana Jansens danakj@orodu.net
commit

7cbac3c4d5ea86e673d7b51f74eeaba91b8bd72b

parent

07539c38c8392e5ce5ad0912e0c4ecf7982cb07a

1 files changed, 3 insertions(+), 0 deletions(-)

jump to
M openbox/client.copenbox/client.c

@@ -1761,6 +1761,9 @@ resized = w != self->area.width || h != self->area.height;

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);