diff options
author | Peter Hutterer <peter@cs.unisa.edu.au> | 2008-02-14 09:15:11 +1030 |
---|---|---|
committer | Peter Hutterer <peter@cs.unisa.edu.au> | 2008-02-14 09:15:11 +1030 |
commit | 3c24865ad98557a5bc3e12c954eefaffff01bf36 (patch) | |
tree | 1f7f5312f5d581349cf8de3e340952b3908cec6e /XInput.h | |
parent | 6a91ee1bd1d4751d09f2e4aa832913bc66ae4602 (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.h | 17 |
1 files changed, 0 insertions, 17 deletions
@@ -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 */, |