mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-19 20:02:21 +00:00
dix: Clean up GetPointerEvents. If pDev == inputInfo.pointer, assume that
we do not want Xi events. mi: Remove POINTER_CORE_ONLY flag.
This commit is contained in:
parent
7cd73b00a2
commit
33ef546b94
3 changed files with 22 additions and 31 deletions
|
|
@ -62,7 +62,6 @@ SOFTWARE.
|
|||
#define POINTER_RELATIVE (1 << 1)
|
||||
#define POINTER_ABSOLUTE (1 << 2)
|
||||
#define POINTER_ACCELERATE (1 << 3)
|
||||
#define POINTER_CORE_ONLY (1 << 4) /* do not generate XI event */
|
||||
|
||||
#define MAP_LENGTH 256
|
||||
#define DOWN_LENGTH 32 /* 256/8 => number of bytes to hold 256 bits */
|
||||
|
|
|
|||
Loading…
Reference in a new issue