From 6626addd039de75eea09a5818a78467f0bb5f14b Mon Sep 17 00:00:00 2001 From: fluxgen Date: Fri, 10 Jan 2003 00:41:15 +0000 Subject: adjusted for FbTk Timer --- src/fluxbox.hh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/fluxbox.hh b/src/fluxbox.hh index 1f86e50..bf5c7f7 100644 --- a/src/fluxbox.hh +++ b/src/fluxbox.hh @@ -22,7 +22,7 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: fluxbox.hh,v 1.36 2002/12/03 23:55:49 fluxgen Exp $ +// $Id: fluxbox.hh,v 1.37 2003/01/10 00:41:15 fluxgen Exp $ #ifndef FLUXBOX_HH #define FLUXBOX_HH @@ -75,7 +75,7 @@ class Tab; main class for the window manager. singleton type */ -class Fluxbox : public BaseDisplay, public TimeoutHandler, +class Fluxbox : public BaseDisplay, public FbTk::TimeoutHandler, public FbTk::SignalEventHandler, public FbAtoms, public FbTk::Observer { @@ -247,7 +247,7 @@ private: ScreenList screenList; FluxboxWindow *focused_window, *masked_window; - BTimer timer; + FbTk::Timer timer; #ifdef HAVE_GETPID -- cgit v0.11.2