mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2026-05-07 21:18:02 +02:00
Add deviceid to QueryDevicePointer reply.
Doesn't hurt, we have padding left over anyway.
This commit is contained in:
parent
52e366d845
commit
83fe5a31cb
1 changed files with 1 additions and 1 deletions
|
|
@ -1461,7 +1461,7 @@ typedef struct {
|
|||
INT16 winY B16;
|
||||
CARD16 mask B16;
|
||||
BYTE sameScreen;
|
||||
BYTE pad;
|
||||
CARD8 deviceid;
|
||||
CARD32 pad0 B32;
|
||||
} xQueryDevicePointerReply;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue