diff options
author | marha <marha@users.sourceforge.net> | 2011-12-23 14:04:34 +0100 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-12-23 14:04:34 +0100 |
commit | 0b3f475361d87764004432f541e34bb86af1b9f3 (patch) | |
tree | 19de2a430b5d1a8d62e0affd6bd2422021873a23 /X11/extensions/XI2proto.h | |
parent | e22891346b85a7db40dec7260a100f90b451cbc8 (diff) | |
download | vcxsrv-0b3f475361d87764004432f541e34bb86af1b9f3.tar.gz vcxsrv-0b3f475361d87764004432f541e34bb86af1b9f3.tar.bz2 vcxsrv-0b3f475361d87764004432f541e34bb86af1b9f3.zip |
Updated to inputproto-2.1.99.4
Diffstat (limited to 'X11/extensions/XI2proto.h')
-rw-r--r-- | X11/extensions/XI2proto.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/X11/extensions/XI2proto.h b/X11/extensions/XI2proto.h index 9e2c63c85..93d7e3242 100644 --- a/X11/extensions/XI2proto.h +++ b/X11/extensions/XI2proto.h @@ -647,7 +647,7 @@ typedef struct { uint16_t deviceid; uint8_t mode; uint8_t pad; - uint32_t touch_id; /**< Since XI 2.2 */ + uint32_t touchid; /**< Since XI 2.2 */ Window grab_window; /**< Since XI 2.2 */ } xXIAllowEventsReq; #define sz_xXIAllowEventsReq 20 /**< Was 12 before XI 2.2 */ @@ -901,7 +901,7 @@ typedef struct Window event; Window child; /* └──────── 32 byte boundary ────────┘ */ - uint16_t sourceid; /**< Source of the new classes */ + uint16_t sourceid; uint16_t pad0; uint32_t flags; uint32_t pad1; @@ -936,7 +936,6 @@ typedef struct uint32_t flags; /**< ::XIKeyRepeat */ xXIModifierInfo mods; xXIGroupInfo group; - uint32_t active_touches; /**< Number of touches on source device (XI 2.1 only) */ } xXIDeviceEvent; |