diff options
Diffstat (limited to 'x11-servers/xorg-dmx/files/patch-hw_dmx_dmxinput.c')
-rw-r--r-- | x11-servers/xorg-dmx/files/patch-hw_dmx_dmxinput.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/x11-servers/xorg-dmx/files/patch-hw_dmx_dmxinput.c b/x11-servers/xorg-dmx/files/patch-hw_dmx_dmxinput.c new file mode 100644 index 000000000000..c860dc10b278 --- /dev/null +++ b/x11-servers/xorg-dmx/files/patch-hw_dmx_dmxinput.c @@ -0,0 +1,17 @@ +--- hw/dmx/dmxinput.c.orig 2007-12-12 17:52:53.000000000 +0000 ++++ hw/dmx/dmxinput.c 2007-12-12 17:53:22.000000000 +0000 +@@ -105,3 +105,14 @@ + if (!dmxInput->detached && dmxInput->updateWindowInfo) + dmxInput->updateWindowInfo(dmxInput, type, pWindow); + } ++ ++int ++NewInputDeviceRequest(InputOption *options, DeviceIntPtr *pdev) ++{ ++ return BadValue; ++} ++ ++void ++DeleteInputDeviceRequest(DeviceIntPtr dev) ++{ ++} |