mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 21:38:03 +02:00
xcb: Pass clip to composite_glyphs_via_mask
Spotted by Uli Schlachter. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
42ecc427f3
commit
0d93468efc
1 changed files with 1 additions and 2 deletions
|
|
@ -4665,8 +4665,7 @@ _cairo_xcb_surface_render_glyphs (cairo_xcb_surface_t *surface,
|
|||
status =
|
||||
_cairo_xcb_surface_render_glyphs_via_mask (surface, op, source,
|
||||
scaled_font, glyphs, num_glyphs,
|
||||
have_clip ? &local_clip : NULL,
|
||||
&extents);
|
||||
clip, &extents);
|
||||
}
|
||||
|
||||
if (have_clip)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue