]> git.pld-linux.org Git - packages/firefox.git/commitdiff
- from http://people.redhat.com/blizzard/mozilla/bugs/317293/firefox-nopangoxft.patch
authorSÅ‚awomir Paszkiewicz <paszczus@pld-linux.org>
Thu, 12 Jan 2006 20:57:38 +0000 (20:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mozilla-firefox-nopangoxft.patch -> 1.1

mozilla-firefox-nopangoxft.patch [new file with mode: 0644]

diff --git a/mozilla-firefox-nopangoxft.patch b/mozilla-firefox-nopangoxft.patch
new file mode 100644 (file)
index 0000000..608e803
--- /dev/null
@@ -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);
This page took 0.11471 seconds and 4 git commands to generate.