projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9ec2ce
)
flush before waiting for timers
author
Dana Jansens
<danakj@orodu.net>
Fri, 27 Dec 2002 08:30:38 +0000
(08:30 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Fri, 27 Dec 2002 08:30:38 +0000
(08:30 +0000)
src/openbox.cc
patch
|
blob
|
history
diff --git
a/src/openbox.cc
b/src/openbox.cc
index ff42f58b4f318fb54e2f09d841624cfeac16c99a..ad31718359a335c69c65d1d27ba7f00354e5de4c 100644
(file)
--- 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();
}
}