summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaulo Ricardo Zanoni <prz05@c3sl.ufpr.br>2007-07-10 10:16:06 +0930
committerPeter Hutterer <peter@cs.unisa.edu.au>2007-07-10 10:16:06 +0930
commit0e9f8468ba15a55ddba7fb8c263a80091e9decde (patch)
tree0b7396737491d1e95ba248dc1016b48a705e4364
parent5e4ff6bf4590d856966f151529d27be0eb070804 (diff)
Change some calls to use XID* instead of char* for device id lists.
-rw-r--r--XInput.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/XInput.h b/XInput.h
index 2494eaa..8bf11b1 100644
--- a/XInput.h
+++ b/XInput.h
@@ -1346,7 +1346,7 @@ extern Status XChangePointerKeyboardPairing(
extern Bool XGetPairedPointer(
Display* /* display */,
XDevice* /* keyboard */,
- int* /* deviceid */
+ XID* /* deviceid */
);
extern Bool XRegisterPairingClient(
@@ -1380,14 +1380,14 @@ extern Bool XChangeAccessRule(
extern Status XPermitDevices(
Display* /* display */,
Window /* win */,
- char* /* deviceids */,
+ XID* /* deviceids */,
int /* ndevices */
);
extern Status XDenyDevices(
Display* /* display */,
Window /* win */,
- char* /* deviceids */,
+ XID* /* deviceids */,
int /* ndevices */
);
@@ -1395,9 +1395,9 @@ extern Status XQueryWindowAccess(
Display* /* dpy */,
Window /* win */,
int* /* rule */,
- char** /* permdevices */,
+ XID** /* permdevices */,
int* /* nperm */,
- char** /* denydevices */,
+ XID** /* denydevices */,
int* /* ndeny */
);
@@ -1410,7 +1410,7 @@ extern Status XSetClientPointer(
extern Bool XGetClientPointer(
Display* /* dpy */,
Window /* win */,
- int* /* deviceid */
+ XID* /* deviceid */
);
extern Status XiSelectEvent(