mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-06-13 23:28:32 +02:00
One more remaining_glyphs compile fix
This commit is contained in:
parent
9076206080
commit
b70e6e1d98
1 changed files with 2 additions and 1 deletions
|
|
@ -1373,7 +1373,8 @@ _cairo_win32_printing_surface_show_glyphs (void *abstract_surfac
|
|||
}
|
||||
status = _cairo_win32_surface_show_glyphs (surface, op,
|
||||
source, glyphs,
|
||||
num_glyphs, scaled_font);
|
||||
num_glyphs, scaled_font,
|
||||
remaining_glyphs);
|
||||
if (surface->has_ctm)
|
||||
cairo_scaled_font_destroy (scaled_font);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue