From 373de009f7e98b0c6f3a78f31c1e5c120cd722ed Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 3 Nov 2002 12:48:10 +0000 Subject: new timers, timer manager --- src/blackbox.hh | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/blackbox.hh') diff --git a/src/blackbox.hh b/src/blackbox.hh index 71acf513..947c0a99 100644 --- a/src/blackbox.hh +++ b/src/blackbox.hh @@ -69,7 +69,7 @@ class Blackbox; class BlackboxWindow; class BWindowGroup; -class Blackbox : public Openbox, public TimeoutHandler, public TimerQueueManager { +class Blackbox : public Openbox, public TimeoutHandler { private: struct BCursor { Cursor session, move, ll_angle, lr_angle, ul_angle, ur_angle; @@ -109,7 +109,7 @@ private: BScreen *active_screen; BlackboxWindow *focused_window, *changing_window; - BTimer *timer; + OBTimer *timer; Configuration config; XAtom *xatom; @@ -216,9 +216,6 @@ public: virtual void timeout(void); enum { B_AmericanDate = 1, B_EuropeanDate }; - - virtual void addTimer(BTimer *timer); - virtual void removeTimer(BTimer *timer); }; } -- cgit v1.2.3