summaryrefslogtreecommitdiff
path: root/XInput.h
diff options
context:
space:
mode:
authorPeter Hutterer <peter@cs.unisa.edu.au>2006-12-20 13:36:06 +1030
committerPeter Hutterer <whot@hyena.localdomain>2006-12-20 13:36:06 +1030
commitcc055ae804f4dfd8b09b8993673b4670e5cf61ce (patch)
tree5159aa999ebaa85bc0bd563dfeb5855dc8e84d40 /XInput.h
parenta0be30da79e35e7d503c6eeb9021c2f63beb2176 (diff)
add QueryDevicePointer request + reply
add WarpDevicePointer request
Diffstat (limited to 'XInput.h')
-rw-r--r--XInput.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/XInput.h b/XInput.h
index e4066b1..c6d0ae8 100644
--- a/XInput.h
+++ b/XInput.h
@@ -1195,6 +1195,20 @@ extern void XFreeDeviceControl(
XDeviceControl* /* control */
);
+extern Bool XQueryDevicePointer(
+ Display* /* display */,
+ XDevice* /* device */,
+ Window /* win */,
+ Window* /* root */,
+ Window* /* child */,
+ int* /* root_x */,
+ int* /* root_y */,
+ int* /* win_x */,
+ int* /* win_y */,
+ unsigned int* /* mask */,
+ Bool* /* shared */
+);
+
_XFUNCPROTOEND
#endif /* _XINPUT_H_ */