diff options
Diffstat (limited to 'src/openbox.cc')
| -rw-r--r-- | src/openbox.cc | 1 |
1 files changed, 1 insertions, 0 deletions
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(); } } |
