flush before waiting for timers
This commit is contained in:
parent
e9ec2ce0eb
commit
51f8b875b3
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue