From: Reginald Kennedy Date: Sun, 23 Sep 2012 11:18:32 +0000 (+0800) Subject: Add xcb_flush after bar_update in main loop. X-Git-Url: https://jasonwoof.com/gitweb/?a=commitdiff_plain;h=1542089bc8c7a1eadb5baf5d946d0b9b860e1360;p=spectrwm.git Add xcb_flush after bar_update in main loop. --- diff --git a/spectrwm.c b/spectrwm.c index 9219f76..c81bb2a 100644 --- a/spectrwm.c +++ b/spectrwm.c @@ -9019,6 +9019,7 @@ noconfig: if (do_bar_update) { do_bar_update = 0; bar_update(); + xcb_flush(conn); } } done: