diff options
Diffstat (limited to 'include/xcb')
-rw-r--r-- | include/xcb/xproto.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/xcb/xproto.h b/include/xcb/xproto.h index 54dcf406d..ccbd05e49 100644 --- a/include/xcb/xproto.h +++ b/include/xcb/xproto.h @@ -2304,8 +2304,8 @@ typedef struct xcb_translate_coordinates_reply_t { uint16_t sequence; /**< */
uint32_t length; /**< */
xcb_window_t child; /**< */
- uint16_t dst_x; /**< */
- uint16_t dst_y; /**< */
+ int16_t dst_x; /**< */
+ int16_t dst_y; /**< */
} xcb_translate_coordinates_reply_t;
/** Opcode for xcb_warp_pointer. */
|