Magellan Linux

Annotation of /trunk/xorg-server/patches/xorg-server-1.4-fix-dmx-build.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 351 - (hide annotations) (download)
Sun Sep 9 11:09:06 2007 UTC (16 years, 9 months ago) by niro
File size: 509 byte(s)
-fixes some build&link issues

1 niro 351 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     +}