X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=src%2Fblackbox.hh;h=947c0a99b25641a3ca3a67eb50046310fbe329a4;hb=373de009f7e98b0c6f3a78f31c1e5c120cd722ed;hp=71acf5132e09a3e8965303a2d264510463583ba4;hpb=8ad26109179bd81f046e4aa6f4e5bd698fa1b9be;p=chaz%2Fopenbox 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); }; }