all repos — openbox @ 0ee1581824f4693884a6f0abde62d20642df82ed

openbox fork - make it a bit more like ryudo

fix drawcontents=no
Dana Jansens danakj@orodu.net
commit

0ee1581824f4693884a6f0abde62d20642df82ed

parent

2fdad9a0ff8f0f379a0f4dca8f25895bb5b49d0f

1 files changed, 2 insertions(+), 2 deletions(-)

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

@@ -2722,8 +2722,8 @@ /* for app-requested resizes, always resize if 'resized' is true.

for user-requested ones, only resize if final is true, or when resizing in redraw mode */ send_resize_client = ((!user && resized) || - (user && resized && - (final || config_resize_redraw))); + (user && (final || + (resized && config_resize_redraw)))); /* if the client is enlarging, then resize the client before the frame */ if (send_resize_client && (w > oldw || h > oldh)) {