summaryrefslogtreecommitdiff
path: root/src/openbox.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-11-04 09:25:26 +0000
committerDana Jansens <danakj@orodu.net>2002-11-04 09:25:26 +0000
commit45c2589ef6e6576604543229dfa1582d471e6a94 (patch)
tree2060f26ae9f444f1bc24abb60f95a92014806149 /src/openbox.hh
parent7ebccbf39a02d4185b09728c5d55910742d926ff (diff)
xeventhandler can handle everything except client messages now.
blackbox is no longer the event handler
Diffstat (limited to 'src/openbox.hh')
-rw-r--r--src/openbox.hh4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/openbox.hh b/src/openbox.hh
index f49f711d..4eef803e 100644
--- a/src/openbox.hh
+++ b/src/openbox.hh
@@ -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;