mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2026-05-07 09:38:07 +02:00
Replace four leftover INT16 with int16_t.
This commit is contained in:
parent
68cdaf8d26
commit
8eccc169c0
1 changed files with 4 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue