all repos — openbox @ 0d84c43d2a02acf5d2f0159e8cf54fe85f3755cc

openbox fork - make it a bit more like ryudo

only configure the engine if something changed
Dana Jansens danakj@orodu.net
commit

0d84c43d2a02acf5d2f0159e8cf54fe85f3755cc

parent

3fb9753fa4a07d4b555dcf48aa59c97211ece4ef

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

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

@@ -1390,7 +1390,8 @@ XResizeWindow(ob_display, self->window, w, h);

/* move/resize the frame to match the request */ if (self->frame) { - engine_frame_adjust_area(self->frame, moved, resized); + if (moved || resized) + engine_frame_adjust_area(self->frame, moved, resized); if (moved) { if (!user || final) {