diff options
Diffstat (limited to 'XI2.h')
-rw-r--r-- | XI2.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -158,6 +158,7 @@ #define XIPointerEmulated (1 << 16) /* Device event flags (touch events only) */ #define XITouchPendingEnd (1 << 16) +#define XITouchEmulatingPointer (1 << 17) /* Touch modes */ #define XIDirectTouch 1 |