diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2010-04-14 10:54:29 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2010-04-19 09:23:20 +1000 |
commit | 0ad022a729bafa56cc7b5d241f567444a34514ad (patch) | |
tree | 1da08d5c6fda21f4e726ee7ba0cb4e620f8fc88e /include | |
parent | da4e2e382828d7ba460766709368ec6214b286dd (diff) |
xkb: rename XkbFakeDeviceButton and XkbFakeDeviceMotion, move into xkbActions.c
The name XkbDDXFakeDeviceButton and XkbDDXFakeDeviceMotion is somewhat
misleading, there's no DDX involved in the game at all anymore.
This removes XkbFakeDeviceMotion and XkbFakeDeviceButton from the API where
it arguably shouldn't have been in the first place.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Daniel Stone <daniel@fooishbar.org>
Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/xkbsrv.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/include/xkbsrv.h b/include/xkbsrv.h index 239b7a180..a5d25d009 100644 --- a/include/xkbsrv.h +++ b/include/xkbsrv.h @@ -768,19 +768,6 @@ extern _X_EXPORT void XkbDDXUpdateDeviceIndicators( CARD32 /* newState */ ); -extern _X_EXPORT void XkbDDXFakePointerMotion( - DeviceIntPtr /* dev */, - unsigned int /* flags */, - int /* x */, - int /* y */ -); - -extern _X_EXPORT void XkbDDXFakeDeviceButton( - DeviceIntPtr /* dev */, - Bool /* press */, - int /* button */ -); - extern _X_EXPORT int XkbDDXTerminateServer( DeviceIntPtr /* dev */, KeyCode /* key */, |