JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Add xcb_flush after bar_update in main loop.
[spectrwm.git] / spectrwm.c
index 9219f76..c81bb2a 100644 (file)
@@ -9019,6 +9019,7 @@ noconfig:
                if (do_bar_update) {
                        do_bar_update = 0;
                        bar_update();
+                       xcb_flush(conn);
                }
        }
 done: