SOURCES: mozilla-thunderbird-nopangoxft.patch (NEW) - new (copied ...

adamg adamg at pld-linux.org
Thu Jan 19 15:27:00 CET 2006


Author: adamg                        Date: Thu Jan 19 14:27:00 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- new (copied from mozilla-firefox-nopangoxft.patch)

---- Files affected:
SOURCES:
   mozilla-thunderbird-nopangoxft.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/mozilla-thunderbird-nopangoxft.patch
diff -u /dev/null SOURCES/mozilla-thunderbird-nopangoxft.patch:1.1
--- /dev/null	Thu Jan 19 15:27:00 2006
+++ SOURCES/mozilla-thunderbird-nopangoxft.patch	Thu Jan 19 15:26:55 2006
@@ -0,0 +1,20 @@
+--- mozilla/gfx/src/gtk/mozilla-decoder.cpp.noxft	2005-08-18 22:41:26.000000000 -0400
++++ mozilla/gfx/src/gtk/mozilla-decoder.cpp	2005-08-18 22:38:01.000000000 -0400
+@@ -40,7 +40,7 @@
+ #define PANGO_ENABLE_ENGINE
+ 
+ #include "mozilla-decoder.h"
+-#include <pango/pangoxft.h>
++#include <pango/pangocairo.h>
+ #include <pango/pangofc-fontmap.h>
+ #include <pango/pangofc-font.h>
+ #include <gdk/gdkx.h>
+@@ -208,7 +208,7 @@
+         }
+     }
+ 
+-    pango_fc_font_map_add_decoder_find_func(PANGO_FC_FONT_MAP(pango_xft_get_font_map(GDK_DISPLAY(),gdk_x11_get_default_screen())),
++    pango_fc_font_map_add_decoder_find_func(PANGO_FC_FONT_MAP(pango_cairo_font_map_get_default()),
+                                             mozilla_find_decoder,
+                                             NULL,
+                                             NULL);
================================================================


More information about the pld-cvs-commit mailing list