| 1 |
diff --git a/hw/dmx/dmxinput.c b/hw/dmx/dmxinput.c
|
| 2 |
index d644b5d..83f8a4a 100644
|
| 3 |
--- a/hw/dmx/dmxinput.c
|
| 4 |
+++ b/hw/dmx/dmxinput.c
|
| 5 |
@@ -105,3 +105,14 @@ void dmxUpdateWindowInfo(DMXUpdateType type, WindowPtr pWindow)
|
| 6 |
if (!dmxInput->detached && dmxInput->updateWindowInfo)
|
| 7 |
dmxInput->updateWindowInfo(dmxInput, type, pWindow);
|
| 8 |
}
|
| 9 |
+
|
| 10 |
+int
|
| 11 |
+NewInputDeviceRequest (InputOption *options, DeviceIntPtr *pdev)
|
| 12 |
+{
|
| 13 |
+ return BadRequest;
|
| 14 |
+}
|
| 15 |
+
|
| 16 |
+void
|
| 17 |
+DeleteInputDeviceRequest(DeviceIntPtr pDev)
|
| 18 |
+{
|
| 19 |
+}
|