X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fopenbox.hh;h=c810057f83fe9b097bde749742efa11533782fd8;hb=a77f0fb344978bb4dafd2ad4639f3de3e090bf7b;hp=833c321874117d91a993a1db109e5e9ab68d6817;hpb=06a80ce2c7a189e26063d5e4e475ca500778aba5;p=chaz%2Fopenbox diff --git a/src/openbox.hh b/src/openbox.hh index 833c3218..c810057f 100644 --- a/src/openbox.hh +++ b/src/openbox.hh @@ -6,6 +6,10 @@ @brief The main class for the Openbox window manager */ +/* + cuz girls look soooo goood.. on the end of my DICK +*/ + extern "C" { #include } @@ -18,7 +22,8 @@ extern "C" { #include "otk/timerqueuemanager.hh" #include "otk/property.hh" #include "otk/configuration.hh" -#include "xeventhandler.hh" +#include "otk/eventdispatcher.hh" +#include "otk/eventhandler.hh" #include "client.hh" namespace ob { @@ -35,7 +40,7 @@ class OBScreen; not exit until the window manager is ready to be destroyed. Destruction of the Openbox class instance will shutdown the window manager. */ -class Openbox +class Openbox : public otk::OtkEventDispatcher, public otk::OtkEventHandler { public: //! The single instance of the Openbox class for the application. @@ -98,9 +103,6 @@ private: */ otk::OBTimerQueueManager _timermanager; - //! The class which will handle raw XEvents - OBXEventHandler _xeventhandler; - //! Cached atoms on the display /*! This is a pointer because the OBProperty class uses otk::OBDisplay::display