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:
Chris Wilson 2010-10-15 10:37:25 +01:00
parent 42ecc427f3
commit 0d93468efc

View file

@ -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)