]> Dogcows Code - chaz/openbox/blobdiff - src/openbox.hh
xeventhandler can handle everything except client messages now.
[chaz/openbox] / src / openbox.hh
index e1837218c9e520b762111140a2c2075c6638c646..4eef803e5d5ba85a03362027676d5a8d788d7cc0 100644 (file)
@@ -10,7 +10,8 @@ extern "C" {
 #include <vector>
 
 #include "otk/screeninfo.hh"
-#include "otk/timermanager.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;
 
This page took 0.024685 seconds and 4 git commands to generate.