From: Michael Stapelberg Date: Thu, 27 Dec 2012 15:54:36 +0000 (+0100) Subject: use xcb_aux_sync to make sure our changes reach the X server, flushing is not enough X-Git-Tag: 4.5~69 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=cde82eafa67178f8c41fc8d47d2480edbf454902;p=i3%2Fi3 use xcb_aux_sync to make sure our changes reach the X server, flushing is not enough --- diff --git a/src/manage.c b/src/manage.c index 9835aa2a..328858a9 100644 --- a/src/manage.c +++ b/src/manage.c @@ -65,7 +65,7 @@ void restore_geometry(void) { } /* Make sure our changes reach the X server, we restart/exit now */ - xcb_flush(conn); + xcb_aux_sync(conn); } /*