mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-21 20:26:45 +00:00
input: Purge Register*Device() functions.
RegisterPointerDevice() and RegisterKeyboardDevice() were already mapped to RegisterOtherDevice() and obsolete. RegisterOtherDevice() was called for all devices and the two assignments can simply be moved into AddInputDevice(). Purge RegisterOtherDevice() and pretend it never happened. *lalalalala* Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Adam Jackson <ajax@redhat.com> Reviewed-by: Daniel Stone <daniel@fooishbar.org>
This commit is contained in:
parent
67ffbcc14c
commit
0fb7a5c261
14 changed files with 5 additions and 94 deletions
|
|
@ -146,10 +146,6 @@ typedef struct _GrabParameters {
|
|||
} GrabParameters;
|
||||
|
||||
|
||||
extern void
|
||||
RegisterOtherDevice (
|
||||
DeviceIntPtr /* device */);
|
||||
|
||||
extern int
|
||||
UpdateDeviceState (
|
||||
DeviceIntPtr /* device */,
|
||||
|
|
|
|||
Loading…
Reference in a new issue