]> git.pld-linux.org Git - packages/firefox.git/commitdiff
- outdated
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 21 Oct 2007 12:04:06 +0000 (12:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mozilla-firefox-nopangoxft.patch -> 1.2

mozilla-firefox-nopangoxft.patch [deleted file]

diff --git a/mozilla-firefox-nopangoxft.patch b/mozilla-firefox-nopangoxft.patch
deleted file mode 100644 (file)
index 608e803..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
---- 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.034549 seconds and 4 git commands to generate.