From 0b3f475361d87764004432f541e34bb86af1b9f3 Mon Sep 17 00:00:00 2001 From: marha Date: Fri, 23 Dec 2011 14:04:34 +0100 Subject: Updated to inputproto-2.1.99.4 --- X11/extensions/XI2proto.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'X11/extensions/XI2proto.h') 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; -- cgit v1.2.3