b895aa0bf9
- Remove thunderbird-devel - Remove thunderbird from supported geckos for 4.x Release notes: http://www.mozilla.com/thunderbird/releases/1.5.html
20 lines
822 B
Text
20 lines
822 B
Text
--- gfx/src/gtk/mozilla-decoder.cpp.orig 2005-08-18 22:41:26.000000000 -0400
|
|
+++ 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);
|