all repos — openbox @ c03068ee3a2e981e31eeda583d10b9d572de92bd

openbox fork - make it a bit more like ryudo

dispatch events before waiting for timers on startup
Dana Jansens danakj@orodu.net
commit

c03068ee3a2e981e31eeda583d10b9d572de92bd

parent

bd39de609bcd340dd00fa9dab1519ee2a3aac458

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M src/openbox.ccsrc/openbox.cc

@@ -320,9 +320,9 @@

void Openbox::eventLoop() { while (!_shutdown) { - _timermanager.fire(!_sync); // wait if not in sync mode dispatchEvents(); // from otk::EventDispatcher XFlush(otk::Display::display); // flush here before we go wait for timers + _timermanager.fire(!_sync); // wait if not in sync mode } }