all repos — openbox @ ac4e6784ddd59635df0e51210257c506cff4dc25

openbox fork - make it a bit more like ryudo

i was backwards
Dana Jansens danakj@orodu.net
commit

ac4e6784ddd59635df0e51210257c506cff4dc25

parent

7c13920066c822eaa80e3d1147e873e9a30eedd3

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

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

@@ -1733,7 +1733,7 @@ resized = w != self->area.width || h != self->area.height;

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); /* move/resize the frame to match the request */