i was backwards
This commit is contained in:
parent
7c13920066
commit
ac4e6784dd
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
RECT_SET(self->area, x, y, w, h);
|
||||||
|
|
||||||
if (final || (resized && !config_opaque_resize))
|
if (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 */
|
||||||
|
|
Loading…
Reference in a new issue