diff options
author | Alan Hourihane <alanh@fairlite.demon.co.uk> | 2007-09-06 13:36:37 +0100 |
---|---|---|
committer | Alan Hourihane <alanh@fairlite.demon.co.uk> | 2007-09-06 13:37:24 +0100 |
commit | 84eb7e62248ddc2761af8cefe33d1b7147477528 (patch) | |
tree | 261ae8f8365389f87895cdbe3d986ccc206c4258 /hw/dmx | |
parent | 35ec8b89f4cdf5ec48b292d47b2dad42d2fb9534 (diff) |
Fix Xdmx build
Diffstat (limited to 'hw/dmx')
-rw-r--r-- | hw/dmx/dmxinput.c | 11 |
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) +{ +} |