]> git.pld-linux.org Git - packages/firefox.git/blob - system-cairo.patch
930053a9a22e46ec360fb66a1653aa95c486a2ac
[packages/firefox.git] / system-cairo.patch
1 --- mozilla-release-239e434d6d2b8e1e2b697c3416d1e96d48fe98e5/gfx/2d/ScaledFontFontconfig.cpp~   2018-03-22 21:46:41.000000000 +0100
2 +++ mozilla-release-239e434d6d2b8e1e2b697c3416d1e96d48fe98e5/gfx/2d/ScaledFontFontconfig.cpp    2018-03-31 12:33:56.794222766 +0200
3 @@ -397,7 +397,7 @@
4    FcPatternAddDouble(pattern, FC_PIXEL_SIZE, aSize);
5    aInstanceData.SetupPattern(pattern);
6  
7 -  cairo_font_face_t* font = cairo_ft_font_face_create_for_pattern(pattern, nullptr, 0);
8 +  cairo_font_face_t* font = cairo_ft_font_face_create_for_pattern(pattern);
9    if (cairo_font_face_status(font) != CAIRO_STATUS_SUCCESS) {
10      gfxWarning() << "Failed creating Cairo font face for Fontconfig pattern";
11      FcPatternDestroy(pattern);
This page took 0.017967 seconds and 2 git commands to generate.