diff options
author | marha <marha@users.sourceforge.net> | 2010-11-04 15:43:25 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2010-11-04 15:43:25 +0000 |
commit | b50a4f12cd633b412387c4cddc0adbb45256acfe (patch) | |
tree | cb944ab5e7945d29cc12f3232094d07c7872a84b | |
parent | f09a61a21adc235294fc01bca8a12db7cf005025 (diff) | |
download | vcxsrv-b50a4f12cd633b412387c4cddc0adbb45256acfe.tar.gz vcxsrv-b50a4f12cd633b412387c4cddc0adbb45256acfe.tar.bz2 vcxsrv-b50a4f12cd633b412387c4cddc0adbb45256acfe.zip |
Synchronised files
-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. */
|