From 51f8b875b33be1db16e6167ca823acf23e450dd5 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 27 Dec 2002 08:30:38 +0000 Subject: [PATCH] flush before waiting for timers --- src/openbox.cc | 1 + 1 file changed, 1 insertion(+) 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(); } } -- 2.39.2