diff options
Diffstat (limited to 'Xi/stubs.c')
-rw-r--r-- | Xi/stubs.c | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/Xi/stubs.c b/Xi/stubs.c index ed041b815..40cd02fe1 100644 --- a/Xi/stubs.c +++ b/Xi/stubs.c @@ -226,7 +226,19 @@ ChangeDeviceControl(ClientPtr client, DeviceIntPtr dev, * */ int -NewInputDeviceRequest(InputOption *options) +NewInputDeviceRequest(InputOption *options, DeviceIntPtr *pdev) { return BadValue; } + +/**************************************************************************** + * + * Caller: configRemoveDevice (and others) + * + * Remove the specified device previously added. + * + */ +void +DeleteInputDeviceRequest(DeviceIntPtr dev) +{ +} |