don't resize the client itself while doing a resize if its not final when config_opaque_resize is not on

This commit is contained in:
Dana Jansens 2003-06-08 01:01:13 +00:00
parent f7de8e5a59
commit 5b3d5bda24

View file

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