mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-28 07:30:08 +01:00
xi: add NewInputDeviceRequest to stubs
This commit is contained in:
parent
31a6307b7b
commit
f46dc27291
1 changed files with 14 additions and 0 deletions
14
Xi/stubs.c
14
Xi/stubs.c
|
|
@ -296,3 +296,17 @@ ChangeDeviceControl(register ClientPtr client, DeviceIntPtr dev,
|
|||
return (BadMatch);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/****************************************************************************
|
||||
*
|
||||
* Caller: configAddDevice (and others)
|
||||
*
|
||||
* Add a new device with the specified options.
|
||||
*
|
||||
*/
|
||||
void
|
||||
NewInputDeviceRequest(InputOption *options)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue