summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2009-08-21 13:56:11 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2009-08-21 13:56:11 +1000
commit8eccc169c045fcf68b5a0974c49a8e6863894cf3 (patch)
treee20c9ebdc6b16b7118015b8d43c4d6e5cb4901db
parent68cdaf8d26e133f700404bca93b18240aa6b8f86 (diff)
Replace four leftover INT16 with int16_t.
-rw-r--r--XI2proto.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/XI2proto.h b/XI2proto.h
index 101bbf1..78770c5 100644
--- a/XI2proto.h
+++ b/XI2proto.h
@@ -372,12 +372,12 @@ typedef struct {
uint16_t length; /**< Length in 4 byte units */
Window src_win;
Window dst_win;
- INT16 src_x;
- INT16 src_y;
+ int16_t src_x;
+ int16_t src_y;
uint16_t src_width;
uint16_t src_height;
- INT16 dst_x;
- INT16 dst_y;
+ int16_t dst_x;
+ int16_t dst_y;
uint16_t deviceid;
uint16_t pad1;
} xXIWarpPointerReq;