sna/trapezoids: Only the inplace PictOpIn is unbounded

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Chris Wilson 2012-02-22 13:17:01 +00:00
parent b02f866d67
commit 025d3d46dc
1 changed files with 1 additions and 1 deletions

View File

@ -3494,7 +3494,7 @@ trapezoid_span_inplace(CARD8 op, PicturePtr src, PicturePtr dst,
inplace.opacity = color >> 24;
tor_render(NULL, &tor, (void*)&inplace,
dst->pCompositeClip, span, true);
dst->pCompositeClip, span, op == PictOpIn);
tor_fini(&tor);