X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=openbox%2Fclient.c;h=8e3dd1ee501f870336f8de01133d65019cff2b69;hb=e3786e64fb0786632b89ff086b818c0a3b0522b7;hp=a569087793c7c57830a56e982c415175032dc542;hpb=cd0204d6269634cad3085130dc78aed2dd9b1d55;p=chaz%2Fopenbox diff --git a/openbox/client.c b/openbox/client.c index a5690877..8e3dd1ee 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -2116,9 +2116,9 @@ void client_configure_full(ObClient *self, ObCorner anchor, resizing in redraw mode */ send_resize_client = ((!user && resized) || (user && (final || - (resized && config_redraw_resize)))); + (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));