mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-01 10:18:14 +02:00
xprint: fix build by adding {New,Delete}InputDeviceRequest.
This commit is contained in:
parent
9df3886354
commit
1022c7774b
1 changed files with 11 additions and 0 deletions
|
|
@ -310,6 +310,17 @@ ChangeDeviceControl (
|
|||
return BadMatch;
|
||||
}
|
||||
|
||||
int
|
||||
NewInputDeviceRequest(InputOption *options, DeviceIntPtr *pdev)
|
||||
{
|
||||
return BadValue;
|
||||
}
|
||||
|
||||
void
|
||||
DeleteInputDeviceRequest(DeviceIntPtr dev)
|
||||
{
|
||||
}
|
||||
|
||||
void
|
||||
OpenInputDevice (
|
||||
DeviceIntPtr dev,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue