aboutsummaryrefslogtreecommitdiff
path: root/include/xcb
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2010-11-04 15:43:25 +0000
committermarha <marha@users.sourceforge.net>2010-11-04 15:43:25 +0000
commitb50a4f12cd633b412387c4cddc0adbb45256acfe (patch)
treecb944ab5e7945d29cc12f3232094d07c7872a84b /include/xcb
parentf09a61a21adc235294fc01bca8a12db7cf005025 (diff)
downloadvcxsrv-b50a4f12cd633b412387c4cddc0adbb45256acfe.tar.gz
vcxsrv-b50a4f12cd633b412387c4cddc0adbb45256acfe.tar.bz2
vcxsrv-b50a4f12cd633b412387c4cddc0adbb45256acfe.zip
Synchronised files
Diffstat (limited to 'include/xcb')
-rw-r--r--include/xcb/xproto.h4
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. */