]> git.pld-linux.org Git - packages/firefox.git/blobdiff - system-cairo.patch
up to 125.0.1
[packages/firefox.git] / system-cairo.patch
index 930053a9a22e46ec360fb66a1653aa95c486a2ac..1534f2a72a97b20d83b1328fa2b0ae9b2f490423 100644 (file)
@@ -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
This page took 0.116673 seconds and 4 git commands to generate.