grab all motion events for pointer grabs
This commit is contained in:
parent
a385702349
commit
4b90b241ce
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue