summaryrefslogtreecommitdiff
path: root/XInput.h
diff options
context:
space:
mode:
authorPeter Hutterer <peter@cs.unisa.edu.au>2008-02-14 09:15:11 +1030
committerPeter Hutterer <peter@cs.unisa.edu.au>2008-02-14 09:15:11 +1030
commit3c24865ad98557a5bc3e12c954eefaffff01bf36 (patch)
tree1f7f5312f5d581349cf8de3e340952b3908cec6e /XInput.h
parent6a91ee1bd1d4751d09f2e4aa832913bc66ae4602 (diff)
Remove GrabAccessControl and FakeDeviceData.
Both aren't thought out enough to justify their inclusion in the first version of MPX.
Diffstat (limited to 'XInput.h')
-rw-r--r--XInput.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/XInput.h b/XInput.h
index f0326fc..774c496 100644
--- a/XInput.h
+++ b/XInput.h
@@ -1375,14 +1375,6 @@ extern Bool XGetPairedPointer(
XID* /* deviceid */
);
-extern Bool XGrabAccessControl(
- Display* /* display */
-);
-
-extern Bool XUngrabAccessControl(
- Display* /* display */
-);
-
extern Bool XWindowClearAccess(
Display* /* display*/,
Window /* win */,
@@ -1438,15 +1430,6 @@ extern Status XiSelectEvent(
Mask /* mask */
);
-extern Status XFakeDeviceData(
- Display* /* dpy */,
- XDevice* /* dev */,
- int /* type */,
- int /* buttons */,
- int /* num_valuators */,
- int /* first_valuator */,
- ValuatorData* /* valuators */
-);
extern Status XExtendedGrabDevice(
Display* /* dpy */,