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:
Peter Hutterer 2007-02-14 11:18:43 +10:30 committed by Peter Hutterer
commit 33ef546b94
3 changed files with 22 additions and 31 deletions

View file

@ -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 */