mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2026-05-07 21:18:02 +02:00
XISelectEventsReq should use win (not window), like all requests.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
f711dfae68
commit
1d59de593c
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue