X-Git-Url: https://git.pld-linux.org/?a=blobdiff_plain;f=system-cairo.patch;h=1534f2a72a97b20d83b1328fa2b0ae9b2f490423;hb=1b2890553762714db0476ae003794dba15c9ccec;hp=930053a9a22e46ec360fb66a1653aa95c486a2ac;hpb=7e66b98e985a26e9ed7e25bbbeec31ca97f94d1f;p=packages%2Ffirefox.git diff --git a/system-cairo.patch b/system-cairo.patch index 930053a..1534f2a 100644 --- a/system-cairo.patch +++ b/system-cairo.patch @@ -9,3 +9,16 @@ if (cairo_font_face_status(font) != CAIRO_STATUS_SUCCESS) { gfxWarning() << "Failed creating Cairo font face for Fontconfig pattern"; FcPatternDestroy(pattern); +--- mozilla-release-239e434d6d2b8e1e2b697c3416d1e96d48fe98e5/gfx/thebes/gfxFcPlatformFontList.cpp~ 2018-03-22 21:46:41.000000000 +0100 ++++ mozilla-release-239e434d6d2b8e1e2b697c3416d1e96d48fe98e5/gfx/thebes/gfxFcPlatformFontList.cpp 2018-03-31 13:14:40.191812247 +0200 +@@ -728,9 +728,7 @@ + } + + cairo_font_face_t *face = +- cairo_ft_font_face_create_for_pattern(aRenderPattern, +- coords.Elements(), +- coords.Length()); ++ cairo_ft_font_face_create_for_pattern(aRenderPattern); + + if (mFontData) { + // for data fonts, add the face/data pointer to the cairo font face