mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-20 05:50:04 +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
|
||||
NewInputDeviceRequest(InputOption *options)
|
||||
{
|
||||
return;
|
||||
return BadValue;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue