mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-20 17:30:02 +01:00
xi: fix return type for NIDR
This commit is contained in:
parent
f46dc27291
commit
90de7ce25a
1 changed files with 1 additions and 1 deletions
|
|
@ -305,7 +305,7 @@ ChangeDeviceControl(register ClientPtr client, DeviceIntPtr dev,
|
||||||
* Add a new device with the specified options.
|
* Add a new device with the specified options.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
void
|
int
|
||||||
NewInputDeviceRequest(InputOption *options)
|
NewInputDeviceRequest(InputOption *options)
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue