From: Dana Jansens Date: Mon, 8 Sep 2003 18:01:46 +0000 (+0000) Subject: flush after resizing a client X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;ds=sidebyside;h=4c0adb1f2b05d1b3d3325f468d159731f511db3c;p=chaz%2Fopenbox flush after resizing a client --- 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)