xi: add NewInputDeviceRequest to stubs

This commit is contained in:
Daniel Stone 2006-10-22 19:51:35 +03:00 committed by Daniel Stone
parent 31a6307b7b
commit f46dc27291

View File

@ -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;
}