From 1d59de593c5aac8e109fcb3c1173d4dc14742dee Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 12 Jun 2009 15:50:26 +1000 Subject: [PATCH] XISelectEventsReq should use win (not window), like all requests. Signed-off-by: Peter Hutterer --- XI2proto.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/XI2proto.h b/XI2proto.h index e147e07..9661dfb 100644 --- a/XI2proto.h +++ b/XI2proto.h @@ -321,7 +321,7 @@ typedef struct { uint8_t reqType; /**< Input extension major code */ uint8_t ReqType; /**< Always ::X_XISelectEvents */ uint16_t length; /**< Length in 4 byte units */ - Window window; + Window win; uint16_t num_masks; uint16_t pad; } xXISelectEventsReq; @@ -335,7 +335,7 @@ typedef struct { uint8_t reqType; /**< Input extension major code */ uint8_t ReqType; /**< Always ::X_XIGetSelectedEvents */ uint16_t length; /**< Length in 4 byte units */ - Window window; + Window win; } xXIGetSelectedEventsReq; #define sz_xXIGetSelectedEventsReq 8