X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=otk%2Ftimerqueuemanager.hh;h=af81ecfe0d6c82220405c452cce74c1c73bd8ce7;hb=bd748f74022019c4c9ee3e078afcef14cf47d370;hp=48e15e5b2cf283ef1ebe7c4dcd712a565f924ce9;hpb=b0a532db8adeb909fa2cd8e518ca6917a2d7df0a;p=chaz%2Fopenbox diff --git a/otk/timerqueuemanager.hh b/otk/timerqueuemanager.hh index 48e15e5b..af81ecfe 100644 --- a/otk/timerqueuemanager.hh +++ b/otk/timerqueuemanager.hh @@ -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 /*!