summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2009-06-12 15:50:26 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2009-06-12 15:50:46 +1000
commit1d59de593c5aac8e109fcb3c1173d4dc14742dee (patch)
treee39dd50fbdc1cdc20996577eb07bc797e123eb72
parentf711dfae6872371ec41aeeecda9570a57d0a746c (diff)
XISelectEventsReq should use win (not window), like all requests.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--XI2proto.h4
1 files 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