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,12 +9467,12 @@ noconfig:
if (stdin_ready) { if (stdin_ready) {
stdin_ready = 0; stdin_ready = 0;
if (bar_extra_update()) { bar_extra_update();
}
bar_draw(); bar_draw();
xcb_flush(conn); xcb_flush(conn);
} }
}
}
done: done:
shutdown_cleanup(); shutdown_cleanup();