summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter@cs.unisa.edu.au>2007-03-22 21:14:11 +1030
committerPeter Hutterer <peter@cs.unisa.edu.au>2007-03-22 21:14:11 +1030
commita928365b91a2e25d02291844e430db9a9a62673d (patch)
treebb800fcdb881c23b58d329c8429a7c98f6b06caf
parent4ed9be75a5d3d75782351269481db5856f7e3f60 (diff)
Change XSetClientPointer API to use an XDevice instead of deviceid.
-rw-r--r--XInput.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/XInput.h b/XInput.h
index 9e95993..617b4cc 100644
--- a/XInput.h
+++ b/XInput.h
@@ -1371,7 +1371,7 @@ extern Status XQueryWindowAccess(
extern Status XSetClientPointer(
Display* /* dpy */,
Window /* win */,
- char /* deviceid */
+ XDevice* /* device */
);
extern Bool XGetClientPointer(