]> git.pld-linux.org Git - packages/firefox.git/blob - mozilla-firefox-nopangoxft.patch
- rel 2
[packages/firefox.git] / mozilla-firefox-nopangoxft.patch
1 --- mozilla/gfx/src/gtk/mozilla-decoder.cpp.noxft       2005-08-18 22:41:26.000000000 -0400
2 +++ mozilla/gfx/src/gtk/mozilla-decoder.cpp     2005-08-18 22:38:01.000000000 -0400
3 @@ -40,7 +40,7 @@
4  #define PANGO_ENABLE_ENGINE
5  
6  #include "mozilla-decoder.h"
7 -#include <pango/pangoxft.h>
8 +#include <pango/pangocairo.h>
9  #include <pango/pangofc-fontmap.h>
10  #include <pango/pangofc-font.h>
11  #include <gdk/gdkx.h>
12 @@ -208,7 +208,7 @@
13          }
14      }
15  
16 -    pango_fc_font_map_add_decoder_find_func(PANGO_FC_FONT_MAP(pango_xft_get_font_map(GDK_DISPLAY(),gdk_x11_get_default_screen())),
17 +    pango_fc_font_map_add_decoder_find_func(PANGO_FC_FONT_MAP(pango_cairo_font_map_get_default()),
18                                              mozilla_find_decoder,
19                                              NULL,
20                                              NULL);
This page took 0.031438 seconds and 3 git commands to generate.