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, 0 insertions, 17 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 deleted file mode 100644 index c860dc10b278..000000000000 --- a/x11-servers/xorg-dmx/files/patch-hw_dmx_dmxinput.c +++ /dev/null @@ -1,17 +0,0 @@ ---- 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) -+{ -+} |