mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2025-12-29 23:10:21 +01:00
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:
parent
8d86e725ce
commit
ce56e0cd0c
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue