]> Dogcows Code - chaz/openbox/blobdiff - src/openbox.cc
better reparent handling, dont fux with the event stack..
[chaz/openbox] / src / openbox.cc
index 4e098cb839d0f501c66ada6728806914b21054e5..dda528483f15630460b60474e71730a8838ac7f1 100644 (file)
@@ -306,7 +306,7 @@ void Openbox::showHelp()
 void Openbox::eventLoop()
 {
   while (!_shutdown) {
-    _timermanager.fire();
+    _timermanager.fire(!_sync); // wait if not in sync mode
     dispatchEvents(); // from OtkEventDispatcher
     XFlush(otk::OBDisplay::display); // flush here before we go wait for timers
   }
This page took 0.021092 seconds and 4 git commands to generate.