dix: If POINTER_CORE_ONLY is set, GetPointerEvents() only creates a core event

mi:	fix: Create motion event in miPointerMoved
This commit is contained in:
Peter Hutterer
2007-02-05 14:48:48 +10:30
committed by Peter Hutterer
parent a309c936bb
commit 7cd73b00a2
3 changed files with 46 additions and 9 deletions

View File

@@ -62,6 +62,7 @@ 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 */