mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-20 11:40:12 +01:00
xi: fix NIDR return yet again
For a one-line function, it was pretty broken.
This commit is contained in:
parent
90de7ce25a
commit
b03e2f7029
1 changed files with 1 additions and 1 deletions
|
|
@ -308,5 +308,5 @@ ChangeDeviceControl(register ClientPtr client, DeviceIntPtr dev,
|
||||||
int
|
int
|
||||||
NewInputDeviceRequest(InputOption *options)
|
NewInputDeviceRequest(InputOption *options)
|
||||||
{
|
{
|
||||||
return;
|
return BadValue;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue