more checks for when to do an XResizeWindow

This commit is contained in:
Dana Jansens 2003-06-08 22:37:31 +00:00
parent 43d109dd06
commit 07539c38c8

View file

@ -1761,7 +1761,8 @@ void client_configure(Client *self, Corner anchor, int x, int y, int w, int h,
RECT_SET(self->area, x, y, w, h); RECT_SET(self->area, x, y, w, h);
if (final || (resized && config_opaque_resize)) if ((!user && resized) ||
(user && (final || (resized && config_opaque_resize))))
XResizeWindow(ob_display, self->window, w, h); XResizeWindow(ob_display, self->window, w, h);
/* move/resize the frame to match the request */ /* move/resize the frame to match the request */