summaryrefslogtreecommitdiff
path: root/openbox/grab.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-04-24 01:16:33 +0000
committerDana Jansens <danakj@orodu.net>2007-04-24 01:16:33 +0000
commit3595da62ca70f494f3341af744da627af414cb18 (patch)
tree538cf5274e608f224ad4419af016c6eeee0feb15 /openbox/grab.c
parent3a91527fdfdb6e48eee933357edc13177bd6ce17 (diff)
never mind on the hint idea, it was fun while it lasted. at least i know it is there now.
Diffstat (limited to 'openbox/grab.c')
-rw-r--r--openbox/grab.c3
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