Project

General

Profile

Bug #3069 » pango.patch

Patch for old pango - Alan Finley, 09/04/2014 04:12 PM

View differences:

src/Wt/FontSupportPango.C 2014-09-04 13:13:55.403773961 +0400
#if PANGO_VERSION_MAJOR > 1 || PANGO_VERSION_MINOR > 21
context_ = pango_font_map_create_context(pangoFontMap);
#else
context_ = pango_ft2_font_map_create_context(pangoFontMap);
context_ = pango_ft2_font_map_create_context(PANGO_FT2_FONT_MAP(pangoFontMap));
#endif
currentFont_ = 0;
    (1-1/1)