all repos — openbox @ e3786e64fb0786632b89ff086b818c0a3b0522b7

openbox fork - make it a bit more like ryudo

typo fix a comment
Mikael Magnusson mikachu@comhem.se
commit

e3786e64fb0786632b89ff086b818c0a3b0522b7

parent

07dd2c6442b97c8df0dee6076dc45eb310916bcf

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

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

@@ -2118,7 +2118,7 @@ send_resize_client = ((!user && resized) ||

(user && (final || (resized && config_resize_redraw)))); - /* if the client is enlarging, the resize the client before the frame */ + /* if the client is enlarging, then resize the client before the frame */ if (send_resize_client && user && (w > oldw || h > oldh)) XResizeWindow(ob_display, self->window, MAX(w, oldw), MAX(h, oldh));