JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Prepare for release 2.1.1.
[spectrwm.git] / spectrwm.c
index 5f8cc81..606dcbe 100644 (file)
@@ -9467,11 +9467,11 @@ noconfig:
 
                if (stdin_ready) {
                        stdin_ready = 0;
-                       if (bar_extra_update()) {
-                               bar_draw();
-                               xcb_flush(conn);
-                       }
+                       bar_extra_update();
                }
+
+               bar_draw();
+               xcb_flush(conn);
        }
 done:
        shutdown_cleanup();