summaryrefslogtreecommitdiff
path: root/www/firefox/patches/patch-an
blob: ee000e43a558aa0d73a457b46ccb82bcc9903fa4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-an,v 1.3 2005/09/22 14:14:04 jlam Exp $

--- gfx/src/x11shared/nsFontFreeType.h.orig	2003-04-22 16:25:13.000000000 +0000
+++ gfx/src/x11shared/nsFontFreeType.h
@@ -110,7 +110,7 @@ protected:
   XImage *GetXImage(PRUint32 width, PRUint32 height);
   nsITrueTypeFontCatalogEntry *mFaceID;
   PRUint16        mPixelSize;
-  FTC_Image_Desc  mImageDesc;
+  FTC_ImageType   mImageDesc;
   nsCOMPtr<nsIFreeType2> mFt2;
 };