diff options
Diffstat (limited to 'X11')
-rw-r--r-- | X11/extensions/XI2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/X11/extensions/XI2.h b/X11/extensions/XI2.h index 436800623..e864b0635 100644 --- a/X11/extensions/XI2.h +++ b/X11/extensions/XI2.h @@ -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 |