diff options
Diffstat (limited to 'www/firefox/patches/patch-ah')
-rw-r--r-- | www/firefox/patches/patch-ah | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/www/firefox/patches/patch-ah b/www/firefox/patches/patch-ah index 229c0245563..be4c0e6f696 100644 --- a/www/firefox/patches/patch-ah +++ b/www/firefox/patches/patch-ah @@ -1,8 +1,9 @@ -$NetBSD: patch-ah,v 1.1 2004/04/29 14:13:19 adam Exp $ +$NetBSD: patch-ah,v 1.2 2004/06/23 16:47:12 taya Exp $ ---- gfx/idl/nsIFreeType2.idl.orig 2004-04-29 10:46:15.000000000 +0000 -+++ gfx/idl/nsIFreeType2.idl -@@ -72,10 +72,11 @@ native FT_Pointer(FT_Pointer); +diff -ru ../Orig/mozilla/gfx/idl/nsIFreeType2.idl ./gfx/idl/nsIFreeType2.idl +--- ../Orig/mozilla/gfx/idl/nsIFreeType2.idl 2004-04-16 10:09:33.000000000 +0900 ++++ ./gfx/idl/nsIFreeType2.idl 2004-06-15 23:55:52.000000000 +0900 +@@ -76,10 +76,11 @@ native FT_Sfnt_Tag(FT_Sfnt_Tag); native FT_Size(FT_Size); @@ -15,8 +16,8 @@ $NetBSD: patch-ah,v 1.1 2004/04/29 14:13:19 adam Exp $ +native FTC_ImageCache(FTC_ImageCache); native FTC_Manager(FTC_Manager); - /* -@@ -87,7 +88,7 @@ interface nsIFreeType2 : nsISupports + // #ifdef MOZ_SVG +@@ -99,7 +100,7 @@ readonly attribute FT_Library library; readonly attribute FTC_Manager FTCacheManager; @@ -25,7 +26,7 @@ $NetBSD: patch-ah,v 1.1 2004/04/29 14:13:19 adam Exp $ void doneFace(in FT_Face face); void doneFreeType(in FT_Library lib); -@@ -103,16 +104,16 @@ interface nsIFreeType2 : nsISupports +@@ -115,16 +116,16 @@ void outlineDecompose(in FT_Outline_p outline, in const_FT_Outline_Funcs_p funcs, in voidPtr p); void setCharmap(in FT_Face face, in FT_CharMap charmap); @@ -43,6 +44,6 @@ $NetBSD: patch-ah,v 1.1 2004/04/29 14:13:19 adam Exp $ out FTC_Manager manager); - void imageCacheNew(in FTC_Manager manager, out FTC_Image_Cache cache); + void imageCacheNew(in FTC_Manager manager, out FTC_ImageCache cache); - - FT_ULong getFirstChar(in FT_Face face, out FT_UInt gindex); - FT_ULong getNextChar(in FT_Face face, in FT_ULong charcode, out FT_UInt gindex); + /* #ifdef MOZ_SVG */ + void glyphTransform(in FT_Glyph glyph, in FT_Matrix_p matrix, + in FT_Vector_p delta); |