summaryrefslogtreecommitdiff
path: root/hw/dmx
diff options
context:
space:
mode:
authorAlan Hourihane <alanh@fairlite.demon.co.uk>2007-09-06 13:36:37 +0100
committerAlan Hourihane <alanh@fairlite.demon.co.uk>2007-09-06 13:37:24 +0100
commit84eb7e62248ddc2761af8cefe33d1b7147477528 (patch)
tree261ae8f8365389f87895cdbe3d986ccc206c4258 /hw/dmx
parent35ec8b89f4cdf5ec48b292d47b2dad42d2fb9534 (diff)
Fix Xdmx build
Diffstat (limited to 'hw/dmx')
-rw-r--r--hw/dmx/dmxinput.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/hw/dmx/dmxinput.c b/hw/dmx/dmxinput.c
index d644b5d0d..83f8a4a90 100644
--- a/hw/dmx/dmxinput.c
+++ b/hw/dmx/dmxinput.c
@@ -105,3 +105,14 @@ void dmxUpdateWindowInfo(DMXUpdateType type, WindowPtr pWindow)
if (!dmxInput->detached && dmxInput->updateWindowInfo)
dmxInput->updateWindowInfo(dmxInput, type, pWindow);
}
+
+int
+NewInputDeviceRequest (InputOption *options, DeviceIntPtr *pdev)
+{
+ return BadRequest;
+}
+
+void
+DeleteInputDeviceRequest(DeviceIntPtr pDev)
+{
+}