summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerte Hoogewerf <g.hoogewerf@gmail.com>2007-09-04 16:09:38 -0700
committerEric Anholt <eric@anholt.net>2007-09-04 16:09:38 -0700
commitd67e210f3458b62d7d4a6032aabfda0004d661c1 (patch)
treeedb08845467d88aa6e753efb48ed6684a3834bd8
parentf7f79724fdea0cc6fda0e90e56431df937d49335 (diff)
Add stub symbols to make xprint build.
-rw-r--r--hw/xprint/ddxInit.c11
1 files changed, 11 insertions, 0 deletions
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,