From d67e210f3458b62d7d4a6032aabfda0004d661c1 Mon Sep 17 00:00:00 2001 From: Gerte Hoogewerf Date: Tue, 4 Sep 2007 16:09:38 -0700 Subject: [PATCH] Add stub symbols to make xprint build. --- hw/xprint/ddxInit.c | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/hw/xprint/ddxInit.c b/hw/xprint/ddxInit.c index a465c4c6d..1e7652e60 100644 --- a/hw/xprint/ddxInit.c +++ b/hw/xprint/ddxInit.c @@ -310,6 +310,17 @@ ChangeDeviceControl ( return BadMatch; } +int +NewInputDeviceRequest(InputOption *options, DeviceIntPtr *pdev) +{ + return BadValue; +} + +void +DeleteInputDeviceRequest(DeviceIntPtr dev) +{ +} + void OpenInputDevice ( DeviceIntPtr dev,