mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-04-18 14:20:41 +02:00
[cairo-xlib] Fix bug introduced in yesterday's code shuffling. Oops.
This commit is contained in:
parent
31c68e708f
commit
e638e7652f
1 changed files with 1 additions and 1 deletions
|
|
@ -3424,7 +3424,7 @@ _cairo_xlib_surface_emit_glyphs (cairo_xlib_surface_t *dst,
|
|||
}
|
||||
|
||||
if (num_elts)
|
||||
status = _cairo_xlib_surface_emit_glyphs_chunk (dst, glyphs, num_glyphs,
|
||||
status = _cairo_xlib_surface_emit_glyphs_chunk (dst, glyphs, i,
|
||||
scaled_font, op, src, attributes,
|
||||
num_elts, width, glyphset_info);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue