summaryrefslogtreecommitdiff
path: root/src/openbox.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/openbox.cc')
-rw-r--r--src/openbox.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/openbox.cc b/src/openbox.cc
index 2d1b0307..48fae7a2 100644
--- a/src/openbox.cc
+++ b/src/openbox.cc
@@ -199,7 +199,8 @@ void Openbox::eventLoop()
if (XPending(otk::OBDisplay::display)) {
XEvent e;
XNextEvent(otk::OBDisplay::display, &e);
- process_event(&e);
+ //process_event(&e);
+ _xeventhandler.handle(e);
} else {
_timermanager.fire();
}