all repos — openbox @ 64ac7d053748494b3a8d0be9f1d55f6f5b9f1a90

openbox fork - make it a bit more like ryudo

80 cols
Dana Jansens danakj@orodu.net
commit

64ac7d053748494b3a8d0be9f1d55f6f5b9f1a90

parent

53bed5e59a802f527a22d940d830543726403f1e

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

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

@@ -63,8 +63,9 @@ _nearest_timeout.tv_sec += 10000;

while (!_q.empty()) { curr = _q.top(); - /* since we overload the destructor to keep from removing from the middle of - the priority queue, set _del_me, we have to do our real delete in here. + /* since we overload the destructor to keep from removing from the middle + of the priority queue, set _del_me, we have to do our real delete in + here. */ if (curr->_del_me) { _q.pop();