all repos — openbox @ 53bed5e59a802f527a22d940d830543726403f1e

openbox fork - make it a bit more like ryudo

80 cols
Dana Jansens danakj@orodu.net
commit

53bed5e59a802f527a22d940d830543726403f1e

parent

635af8c38bdb1ca47ae0b8274167d4e86100a40e

1 files changed, 3 insertions(+), 3 deletions(-)

jump to
M otk/timer.ccotk/timer.cc

@@ -77,9 +77,9 @@ _nearest_timeout = curr->_timeout;

if (!timercmp(&_now, &_nearest_timeout, >)) break; - /* we set the last fired time to delay msec after the previous firing, then - re-insert. timers maintain their order and may trigger more than once if - they've waited more than one delay's worth of time. + /* we set the last fired time to delay msec after the previous firing, then + re-insert. timers maintain their order and may trigger more than once + if they've waited more than one delay's worth of time. */ _q.pop(); timevalAdd(curr->_last, curr->_delay);