diff options
Diffstat (limited to 'www/seamonkey/patches/patch-an')
-rw-r--r-- | www/seamonkey/patches/patch-an | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/www/seamonkey/patches/patch-an b/www/seamonkey/patches/patch-an new file mode 100644 index 00000000000..b89a48daf10 --- /dev/null +++ b/www/seamonkey/patches/patch-an @@ -0,0 +1,14 @@ +$NetBSD: patch-an,v 1.1.1.1 2006/03/30 19:15:48 ghen Exp $ + +diff -ru ../Orig/mozilla/gfx/src/x11shared/nsFontFreeType.h ./gfx/src/x11shared/nsFontFreeType.h +--- ../Orig/mozilla/gfx/src/x11shared/nsFontFreeType.h 2003-04-23 01:25:13.000000000 +0900 ++++ ./gfx/src/x11shared/nsFontFreeType.h 2004-06-10 23:06:35.000000000 +0900 +@@ -110,7 +110,7 @@ + XImage *GetXImage(PRUint32 width, PRUint32 height); + nsITrueTypeFontCatalogEntry *mFaceID; + PRUint16 mPixelSize; +- FTC_Image_Desc mImageDesc; ++ FTC_ImageType mImageDesc; + nsCOMPtr<nsIFreeType2> mFt2; + }; + |