summaryrefslogtreecommitdiff
path: root/XIproto.h
diff options
context:
space:
mode:
authorPeter Hutterer <peter@cs.unisa.edu.au>2008-02-12 15:04:24 +1030
committerPeter Hutterer <peter@cs.unisa.edu.au>2008-02-12 15:04:24 +1030
commitbe9e285258b8ea90628bbb5ae65bf74bdc59338b (patch)
tree097f5230e2b051188e4b3b1a14a1cc2611215f08 /XIproto.h
parentbd20f0ebd5e71fd03b3140960c3960bc50bd4273 (diff)
Remove "shared" field from QueryDevicePointer.
If it's a slave device, it's shared, if it's a master device it has its own cursor. No need for this field.
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 45d73eb..bb6205a 100644
--- a/XIproto.h
+++ b/XIproto.h
@@ -1465,7 +1465,7 @@ typedef struct {
INT16 winY B16;
CARD16 mask B16;
BYTE sameScreen;
- BYTE shared; /* sharing the core cursor? */
+ BYTE pad;
CARD32 pad0 B32;
} xQueryDevicePointerReply;