diff options
Diffstat (limited to 'src/actions.cc')
| -rw-r--r-- | src/actions.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/actions.cc b/src/actions.cc index af33f51c..b83b521d 100644 --- a/src/actions.cc +++ b/src/actions.cc @@ -147,6 +147,8 @@ void OBActions::keyPressHandler(const XKeyEvent &e) void OBActions::motionHandler(const XMotionEvent &e) { + if (!e.same_screen) return; // this just gets stupid + // XXX: i can envision all sorts of crazy shit with this.. gestures, etc printf("GUILE: MOTION: win %lx modifiers %u x %d y %d\n", (long)e.window, e.state, |
