all repos — openbox @ 268c87ed9ebd9ce7c2ca0fe88eba79942786693d

openbox fork - make it a bit more like ryudo

in shrinking resize the frame before the client
Dana Jansens danakj@orodu.net
commit

268c87ed9ebd9ce7c2ca0fe88eba79942786693d

parent

5316bc6c3e3329dc620cfd15d472ed5d376100f8

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

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

@@ -2448,8 +2448,8 @@ }

/* if the client is shrinking, then resize the frame before the client */ if (send_resize_client && (!user || (w <= oldw || h <= oldh))) { - XResizeWindow(ob_display, self->window, w, h); frame_adjust_client_area(self->frame); + XResizeWindow(ob_display, self->window, w, h); } XFlush(ob_display);