Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 235163 | Differences between
and this patch

Collapse All | Expand All

(-)mozilla-central/gfx/cairo/cairo/src/cairo-qpainter-surface.cpp.orig (-1 / +1 lines)
Lines 1382-1392 _cairo_qpainter_surface_show_glyphs (voi Link Here
1382
	    qs->xlib_has_clipping = qs->has_clipping;
1386
	    qs->xlib_has_clipping = qs->has_clipping;
1383
	    qs->xlib_clip_bounds = qs->clip_bounds;
1387
	    qs->xlib_clip_bounds = qs->clip_bounds;
1384
	}
1388
	}
1385
1389
1386
        return (cairo_int_status_t)
1390
        return (cairo_int_status_t)
1387
               _cairo_surface_show_text_glyphs (qs->xlib_equiv, op, source, NULL, 0, glyphs, num_glyphs, NULL, 0, FALSE, scaled_font);
1391
               _cairo_surface_show_text_glyphs (qs->xlib_equiv, op, source, NULL, 0, glyphs, num_glyphs, NULL, 0, (cairo_text_cluster_flags_t)0, scaled_font);
1388
    }
1392
    }
1389
#endif
1393
#endif
1390
1394
1391
    return CAIRO_INT_STATUS_UNSUPPORTED;
1395
    return CAIRO_INT_STATUS_UNSUPPORTED;
1392
}
1396
}

Return to bug 235163