]> git.pld-linux.org Git - packages/firefox.git/commitdiff
- more cairo fixes
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 31 Mar 2018 11:14:58 +0000 (13:14 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sat, 31 Mar 2018 11:14:58 +0000 (13:14 +0200)
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.622216 seconds and 4 git commands to generate.