Magellan Linux

Annotation of /trunk/xpdf/patches/xpdf-3.00-gcc41.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 153 - (hide annotations) (download)
Tue May 8 20:52:56 2007 UTC (17 years, 1 month ago) by niro
File size: 890 byte(s)
-import

1 niro 153 diff -Naur xpdf-3.00.old/splash/SplashT1Font.h xpdf-3.00/splash/SplashT1Font.h
2     --- xpdf-3.00.old/splash/SplashT1Font.h 2004-01-22 09:26:44.000000000 +0800
3     +++ xpdf-3.00/splash/SplashT1Font.h 2005-06-08 10:09:56.000000000 +0800
4     @@ -16,6 +16,7 @@
5     #endif
6    
7     #include "SplashFont.h"
8     +#include "SplashT1FontFile.h"
9    
10     //------------------------------------------------------------------------
11     // SplashT1Font
12     diff -Naur xpdf-3.00.old/xpdf/TextOutputDev.h xpdf-3.00/xpdf/TextOutputDev.h
13     --- xpdf-3.00.old/xpdf/TextOutputDev.h 2004-01-22 09:26:45.000000000 +0800
14     +++ xpdf-3.00/xpdf/TextOutputDev.h 2005-06-08 10:15:45.000000000 +0800
15     @@ -26,6 +26,10 @@
16     class GfxState;
17     class UnicodeMap;
18    
19     +class TextBlock;
20     +class TextPage;
21     +class TextLineFrag;
22     +
23     //------------------------------------------------------------------------
24    
25     typedef void (*TextOutputFunc)(void *stream, char *text, int len);