summaryrefslogtreecommitdiff
path: root/XIproto.h
diff options
context:
space:
mode:
authorPeter Hutterer <peter@cs.unisa.edu.au>2008-03-04 18:10:00 +1030
committerPeter Hutterer <peter@cs.unisa.edu.au>2008-03-04 18:10:00 +1030
commit83fe5a31cbba502482ee1f2e720aaed8f4fa86b8 (patch)
tree5106a293a7201910f7a48b62e4155944fb3a9213 /XIproto.h
parent52e366d845163cdc1ffa8955d36914cd6b5f21f9 (diff)
downloadxorg-proto-inputproto-83fe5a31cbba502482ee1f2e720aaed8f4fa86b8.tar.gz
Add deviceid to QueryDevicePointer reply.
Doesn't hurt, we have padding left over anyway.
Diffstat (limited to 'XIproto.h')
-rw-r--r--XIproto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/XIproto.h b/XIproto.h
index 4fd6bf9..d4dfbca 100644
--- a/XIproto.h
+++ b/XIproto.h
@@ -1461,7 +1461,7 @@ typedef struct {
INT16 winY B16;
CARD16 mask B16;
BYTE sameScreen;
- BYTE pad;
+ CARD8 deviceid;
CARD32 pad0 B32;
} xQueryDevicePointerReply;