From 56d7b547ae156e17c8e03ada3b80468f5a0b2605 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 4 Dec 2002 07:55:52 +0000 Subject: button press/releases WORK --- src/openbox.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/openbox.cc') 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); -- cgit v1.2.3