Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 116231 | Differences between
and this patch

Collapse All | Expand All

(-)mozilla/gfx/src/gtk/mozilla-decoder.cpp.noxft (-2 / +2 lines)
Lines 40-46 Link Here
40
#define PANGO_ENABLE_ENGINE
40
#define PANGO_ENABLE_ENGINE
41
41
42
#include "mozilla-decoder.h"
42
#include "mozilla-decoder.h"
43
#include <pango/pangoxft.h>
43
#include <pango/pangocairo.h>
44
#include <pango/pangofc-fontmap.h>
44
#include <pango/pangofc-fontmap.h>
45
#include <pango/pangofc-font.h>
45
#include <pango/pangofc-font.h>
46
#include <gdk/gdkx.h>
46
#include <gdk/gdkx.h>
Lines 208-214 Link Here
208
        }
208
        }
209
    }
209
    }
210
210
211
    pango_fc_font_map_add_decoder_find_func(PANGO_FC_FONT_MAP(pango_xft_get_font_map(GDK_DISPLAY(),gdk_x11_get_default_screen())),
211
    pango_fc_font_map_add_decoder_find_func(PANGO_FC_FONT_MAP(pango_cairo_font_map_get_default()),
212
                                            mozilla_find_decoder,
212
                                            mozilla_find_decoder,
213
                                            NULL,
213
                                            NULL,
214
                                            NULL);
214
                                            NULL);

Return to bug 116231