diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-06-25 18:34:28 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-06-25 18:34:28 +0000 |
| commit | 4b90b241ce07101b803f7920e9c4106561da8a19 (patch) | |
| tree | 5f1a3471c3e61168bda426ae888320e22b06cf28 /openbox/grab.c | |
| parent | a385702349988828d34e1018900ce642666434e0 (diff) | |
grab all motion events for pointer grabs
Diffstat (limited to 'openbox/grab.c')
| -rw-r--r-- | openbox/grab.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/grab.c b/openbox/grab.c index e934959d..dc743026 100644 --- a/openbox/grab.c +++ b/openbox/grab.c @@ -5,7 +5,7 @@ #include <glib.h> #include <X11/Xlib.h> -#define GRAB_PTR_MASK (ButtonPressMask | ButtonReleaseMask | ButtonMotionMask) +#define GRAB_PTR_MASK (ButtonPressMask | ButtonReleaseMask | PointerMotionMask) #define GRAB_KEY_MASK (KeyPressMask | KeyReleaseMask) #define MASK_LIST_SIZE 8 |
