Fix bar clock not getting updated during periods of inactivity.

This commit is contained in:
Reginald Kennedy 2012-11-24 15:34:03 +08:00
parent f885700bbd
commit 6bc606589a

View 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();