From 4c0adb1f2b05d1b3d3325f468d159731f511db3c Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 8 Sep 2003 18:01:46 +0000 Subject: [PATCH] flush after resizing a client --- openbox/client.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openbox/client.c b/openbox/client.c index aa3174f7..23348d51 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -1968,6 +1968,8 @@ void client_configure_full(ObClient *self, ObCorner anchor, /* 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) -- 2.39.2