diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-12-04 07:55:52 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-12-04 07:55:52 +0000 |
| commit | 56d7b547ae156e17c8e03ada3b80468f5a0b2605 (patch) | |
| tree | 155caca7568be2949c7f99468e8cae55327312cb /src/openbox.cc | |
| parent | 925262bee2d1edfbec1c3fb1725f09cc926b4c7d (diff) | |
button press/releases WORK
Diffstat (limited to 'src/openbox.cc')
| -rw-r--r-- | src/openbox.cc | 2 |
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); |
