From b50a4f12cd633b412387c4cddc0adbb45256acfe Mon Sep 17 00:00:00 2001 From: marha Date: Thu, 4 Nov 2010 15:43:25 +0000 Subject: Synchronised files --- include/xcb/xproto.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') 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. */ -- cgit v1.2.3