]> Dogcows Code - chaz/openbox/blobdiff - otk/timerqueuemanager.hh
rework focus event handling. does it basically like ob2 did now. and it seems to...
[chaz/openbox] / otk / timerqueuemanager.hh
index 48e15e5b2cf283ef1ebe7c4dcd712a565f924ce9..af81ecfe0d6c82220405c452cce74c1c73bd8ce7 100644 (file)
@@ -22,11 +22,12 @@ public:
   //! Destroys the OBTimerQueueManager
   virtual ~OBTimerQueueManager() {}
 
-  //! Will wait for and fire the next timer in the queue.
+  //! Fire the next timer in the queue.
   /*!
-    The function will stop waiting if an event is received from the X server.
+    @param wait If true, this function will wait for the next timer, breaking
+                on any events from the X server.
   */
-  virtual void fire();
+  virtual void fire(bool wait = true);
 
   //! Adds a new timer to the queue
   /*!
This page took 0.020299 seconds and 4 git commands to generate.