mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 08:04:30 +00:00
Add stub symbols to make xprint build.
This commit is contained in:
committed by
Eric Anholt
parent
f7f79724fd
commit
d67e210f34
@@ -310,6 +310,17 @@ ChangeDeviceControl (
|
||||
return BadMatch;
|
||||
}
|
||||
|
||||
int
|
||||
NewInputDeviceRequest(InputOption *options, DeviceIntPtr *pdev)
|
||||
{
|
||||
return BadValue;
|
||||
}
|
||||
|
||||
void
|
||||
DeleteInputDeviceRequest(DeviceIntPtr dev)
|
||||
{
|
||||
}
|
||||
|
||||
void
|
||||
OpenInputDevice (
|
||||
DeviceIntPtr dev,
|
||||
|
||||
Reference in New Issue
Block a user