]> Dogcows Code - chaz/openbox/blobdiff - src/openbox.hh
moving window.cc/hh to bbwindow.cc/hh since we'll have our own window class coming...
[chaz/openbox] / src / openbox.hh
index f49f711d2be0a36bb0f200f8a30b463a4aa868aa..ea0b854a04d12618fa106528ab563b3ba7946b62 100644 (file)
@@ -11,6 +11,7 @@ extern "C" {
 
 #include "otk/screeninfo.hh"
 #include "otk/timerqueuemanager.hh"
+#include "xeventhandler.hh"
 
 namespace ob {
 
@@ -68,6 +69,9 @@ private:
   */
   otk::OBTimerQueueManager _timermanager;
 
+  //! The class which will handle raw XEvents
+  OBXEventHandler _xeventhandler;
+
   //! The running state of the window manager
   RunState _state;
 
@@ -112,9 +116,6 @@ public:
   */
   void eventLoop();
 
-  // XXX: TEMPORARY!#!@%*!^#*!#!#!
-  virtual void process_event(XEvent *) = 0;
-
   //! Requests that the window manager exit
   /*!
     Causes the Openbox::eventLoop function to stop looping, so that the window
This page took 0.02072 seconds and 4 git commands to generate.