From: Dana Jansens Date: Fri, 27 Dec 2002 08:30:38 +0000 (+0000) Subject: flush before waiting for timers X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=51f8b875b33be1db16e6167ca823acf23e450dd5;p=chaz%2Fopenbox flush before waiting for timers --- diff --git a/src/openbox.cc b/src/openbox.cc index ff42f58b..ad317183 100644 --- a/src/openbox.cc +++ b/src/openbox.cc @@ -300,6 +300,7 @@ void Openbox::eventLoop() { while (!_doshutdown) { dispatchEvents(); // from OtkEventDispatcher + XFlush(otk::OBDisplay::display); // flush here before we go wait for timers _timermanager.fire(); } }