Skip to content

Commit

Permalink
xcb: Pass clip to composite_glyphs_via_mask
Browse files Browse the repository at this point in the history
Spotted by Uli Schlachter.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
  • Loading branch information
Chris Wilson committed Oct 15, 2010
1 parent 42ecc42 commit 0d93468
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/cairo-xcb-surface-render.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 0d93468

Please sign in to comment.