Add stub symbols to make xprint build.

This commit is contained in:
Gerte Hoogewerf 2007-09-04 16:09:38 -07:00 committed by Eric Anholt
parent f7f79724fd
commit d67e210f34

View File

@ -310,6 +310,17 @@ ChangeDeviceControl (
return BadMatch;
}
int
NewInputDeviceRequest(InputOption *options, DeviceIntPtr *pdev)
{
return BadValue;
}
void
DeleteInputDeviceRequest(DeviceIntPtr dev)
{
}
void
OpenInputDevice (
DeviceIntPtr dev,