[cairo-commit] src/cairo-pdf-surface.c
Adrian Johnson
ajohnson at kemper.freedesktop.org
Mon May 26 20:15:35 PDT 2008
src/cairo-pdf-surface.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit ce56e0cd0c0afc887bc0c4d46d51b934923f2d2c
Author: Adrian Johnson <ajohnson at redneon.com>
Date: Tue May 27 12:44:50 2008 +0930
Add missing argument to _cairo_pdf_surface_show_glyphs()
cf473f4a75ca0d3c815222287d7c144e72de5add missed the PDF surface when
it added an argument to the show_glyphs() surface backend function.
diff --git a/src/cairo-pdf-surface.c b/src/cairo-pdf-surface.c
index 3573b55..82b68b2 100644
--- a/src/cairo-pdf-surface.c
+++ b/src/cairo-pdf-surface.c
@@ -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;
More information about the cairo-commit
mailing list