summaryrefslogtreecommitdiff
path: root/src/openbox.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/openbox.cc')
-rw-r--r--src/openbox.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/openbox.cc b/src/openbox.cc
index d95de520..24ea9b2e 100644
--- a/src/openbox.cc
+++ b/src/openbox.cc
@@ -126,6 +126,8 @@ Openbox::Openbox(int argc, char **argv)
Openbox::actions = new OBActions();
+ setMasterHandler(Openbox::actions); // set as the master event handler
+
// create the mouse cursors we'll use
_cursors.session = XCreateFontCursor(otk::OBDisplay::display, XC_left_ptr);
_cursors.move = XCreateFontCursor(otk::OBDisplay::display, XC_fleur);