Add missing argument to _cairo_pdf_surface_show_glyphs()

cf473f4a75 missed the PDF surface when
it added an argument to the show_glyphs() surface backend function.
This commit is contained in:
Adrian Johnson 2008-05-27 12:44:50 +09:30
parent 8d86e725ce
commit ce56e0cd0c

View file

@ -4638,7 +4638,8 @@ _cairo_pdf_surface_show_glyphs (void *abstract_surface,
cairo_pattern_t *source,
cairo_glyph_t *glyphs,
int num_glyphs,
cairo_scaled_font_t *scaled_font)
cairo_scaled_font_t *scaled_font,
int *remaining_glyphs)
{
cairo_pdf_surface_t *surface = abstract_surface;
cairo_status_t status;