Magellan Linux

Annotation of /trunk/xorg-server/patches/xorg-server-1.4-fix-xprint-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, 8 months ago) by niro
File size: 413 byte(s)
-fixes some build&link issues

1 niro 351 diff --git a/hw/xprint/ddxInit.c b/hw/xprint/ddxInit.c
2     index a465c4c..1e7652e 100644
3     --- a/hw/xprint/ddxInit.c
4     +++ b/hw/xprint/ddxInit.c
5     @@ -310,6 +310,17 @@ ChangeDeviceControl (
6     return BadMatch;
7     }
8    
9     +int
10     +NewInputDeviceRequest(InputOption *options, DeviceIntPtr *pdev)
11     +{
12     + return BadValue;
13     +}
14     +
15     +void
16     +DeleteInputDeviceRequest(DeviceIntPtr dev)
17     +{
18     +}
19     +
20     void
21     OpenInputDevice (
22     DeviceIntPtr dev,