diff options
Diffstat (limited to 'openbox/grab.c')
| -rw-r--r-- | openbox/grab.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/openbox/grab.c b/openbox/grab.c index a382c1ad..e7bd41d9 100644 --- a/openbox/grab.c +++ b/openbox/grab.c @@ -27,8 +27,7 @@ #include <glib.h> #include <X11/Xlib.h> -#define GRAB_PTR_MASK (ButtonPressMask | ButtonReleaseMask | \ - PointerMotionMask | PointerMotionHintMask) +#define GRAB_PTR_MASK (ButtonPressMask | ButtonReleaseMask | PointerMotionMask) #define GRAB_KEY_MASK (KeyPressMask | KeyReleaseMask) #define MASK_LIST_SIZE 8 |
