all repos — openbox @ 4c0adb1f2b05d1b3d3325f468d159731f511db3c

openbox fork - make it a bit more like ryudo

flush after resizing a client
Dana Jansens danakj@orodu.net
commit

4c0adb1f2b05d1b3d3325f468d159731f511db3c

parent

5bebe5fbf8ab53f114ecc628d4150e1c508d788b

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

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

@@ -1968,6 +1968,8 @@

/* if the client is shrinking, then resize the frame before the client */ if (send_resize_client && (w <= oldw && h <= oldh)) XResizeWindow(ob_display, self->window, w, h); + + XFlush(ob_display); } void client_fullscreen(ObClient *self, gboolean fs, gboolean savearea)