From 7ebccbf39a02d4185b09728c5d55910742d926ff Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 4 Nov 2002 06:06:13 +0000 Subject: new OBTimer interface --- src/blackbox.cc | 2 +- src/window.cc | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/blackbox.cc b/src/blackbox.cc index 6d267b53..a6a0b9f8 100644 --- a/src/blackbox.cc +++ b/src/blackbox.cc @@ -1132,7 +1132,7 @@ void Blackbox::reconfigure(void) { reconfigure_wait = True; - if (! timer->isTiming()) timer->start(); + if (! timer->timing()) timer->start(); } diff --git a/src/window.cc b/src/window.cc index 035d2469..17c53966 100644 --- a/src/window.cc +++ b/src/window.cc @@ -3828,8 +3828,7 @@ void BlackboxWindow::leaveNotifyEvent(const XCrossingEvent*) { installColormap(False); - if (timer->isTiming()) - timer->stop(); + timer->stop(); } -- cgit v1.2.3