Magellan Linux

Contents of /trunk/vnc/patches/vnc-xorg-x11-fixes.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 153 - (show annotations) (download)
Tue May 8 20:52:56 2007 UTC (17 years ago) by niro
File size: 1236 byte(s)
-import

1 --- vnc-4_1-unixsrc/unix/xc/programs/Xserver/hw/xfree86/Imakefile.xorg-x11-fixes 2005-03-04 09:12:00.000000000 +0000
2 +++ vnc-4_1-unixsrc/unix/xc/programs/Xserver/hw/xfree86/Imakefile 2005-03-04 09:12:07.000000000 +0000
3 @@ -92,7 +92,7 @@
4 $(XF8_32BPPDIR) $(XF8_16BPPDIR) $(XF24_32BPPDIR) $(SHADOWFBDIR) \
5 drivers $(LOADERDIR) $(VGAHWDIR) $(FBDEVHWDIR) $(RAMDACDIR) \
6 $(RACDIR) $(DDCDIR) $(INPUTDIR) $(INT10DIR) $(VBEDIR) parser \
7 - scanpci doc dummylib $(XF86CFGDIRS) etc $(DRIVERSDK) \
8 + scanpci doc dummylib $(XF86CFGDIRS) $(DRIVERSDK) \
9 $(XF8_32WIDDIR) getconfig
10
11 #if !defined(OS2Architecture) && !defined(cygwinArchitecture)
12 --- vnc-4_1-unixsrc/unix/xc/extras/rman/rman.c.xorg-x11-fixes 2005-03-04 09:12:25.000000000 +0000
13 +++ vnc-4_1-unixsrc/unix/xc/extras/rman/rman.c 2005-03-04 09:12:37.000000000 +0000
14 @@ -211,7 +211,7 @@
15 const char TABLEOFCONTENTS[] = "Table of Contents";
16 const char HEADERANDFOOTER[] = "Header and Footer";
17 char manName[80] = "man page";
18 -char manSect[10] = "1";
19 +char manSect[30] = "1";
20 const char PROVENANCE[] =
21 "manual page source format generated by PolyglotMan v" POLYGLOTMANVERSION;
22 const char HOME[] = "available at http://polyglotman.sourceforge.net/";