summaryrefslogtreecommitdiff
path: root/XInput.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 /XInput.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 'XInput.h')
-rw-r--r--XInput.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/XInput.h b/XInput.h
index c995f35..1579a00 100644
--- a/XInput.h
+++ b/XInput.h
@@ -1354,8 +1354,7 @@ extern Bool XQueryDevicePointer(
int* /* root_y */,
int* /* win_x */,
int* /* win_y */,
- unsigned int* /* mask */,
- Bool* /* shared */
+ unsigned int* /* mask */
);
extern Bool XWarpDevicePointer(