From 1542089bc8c7a1eadb5baf5d946d0b9b860e1360 Mon Sep 17 00:00:00 2001 From: Reginald Kennedy Date: Sun, 23 Sep 2012 19:18:32 +0800 Subject: [PATCH] Add xcb_flush after bar_update in main loop. --- spectrwm.c | 1 + 1 file changed, 1 insertion(+) 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: -- 1.7.10.4