projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a385702
)
grab all motion events for pointer grabs
author
Dana Jansens
<danakj@orodu.net>
Wed, 25 Jun 2003 18:34:28 +0000
(18:34 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Wed, 25 Jun 2003 18:34:28 +0000
(18:34 +0000)
openbox/grab.c
patch
|
blob
|
history
diff --git
a/openbox/grab.c
b/openbox/grab.c
index e934959ddf794e82c3a7b64a5d35bfd95488d29d..dc74302636dc79ee97c8cd1219896965fe7673a6 100644
(file)
--- 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 |
Button
MotionMask)
+#define GRAB_PTR_MASK (ButtonPressMask | ButtonReleaseMask |
Pointer
MotionMask)
#define GRAB_KEY_MASK (KeyPressMask | KeyReleaseMask)
#define MASK_LIST_SIZE 8