summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Aillon <caillon@fedoraproject.org>2006-10-26 16:27:12 +0000
committerChristopher Aillon <caillon@fedoraproject.org>2006-10-26 16:27:12 +0000
commit0fff8f4a1d7577c00479fbdf10f0806e60797583 (patch)
tree58a95f02d222d5aafd39986dbe0bf3e807ce96c6
parent- Update to 2.0 (diff)
downloadlibrewolf-fedora-ff-0fff8f4a1d7577c00479fbdf10f0806e60797583.tar.gz
librewolf-fedora-ff-0fff8f4a1d7577c00479fbdf10f0806e60797583.tar.bz2
librewolf-fedora-ff-0fff8f4a1d7577c00479fbdf10f0806e60797583.zip
Update patch for visibility wrapping; need to wrap pango/pangoft2.h and
freetype/t1tables.h
-rw-r--r--firefox-2.0-pango-printing.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/firefox-2.0-pango-printing.patch b/firefox-2.0-pango-printing.patch
index 794ced9..25922fe 100644
--- a/firefox-2.0-pango-printing.patch
+++ b/firefox-2.0-pango-printing.patch
@@ -4574,3 +4574,23 @@ diff -u -p -d -r1.5 nsType1.h
int aWmode, FILE *aFile);
nsresult FT2ToType1FontName(FT_Face aFace, int aWmode,
nsCString& aFontName);
+Index: config/system-headers
+===================================================================
+--- config/system-headers 2006-10-26 12:21:39.000000000 -0400
++++ config/system-headers 2006-10-26 12:23:29.000000000 -0400
+@@ -180,6 +180,7 @@
+ freetype/ftoutln.h
+ freetype/ttnameid.h
+ freetype/tttables.h
++freetype/t1tables.h
+ fribidi/fribidi.h
+ FSp_fopen.h
+ fstream.h
+@@ -484,6 +485,7 @@
+ pango/pangofc-fontmap.h
+ pango/pango-fontmap.h
+ pango/pango.h
++pango/pangoft2.h
+ pango/pangoxft.h
+ pango/pangox.h
+ pango-types.h
bgstack15