mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-08 17:40:40 +01:00
traps: composite_boxes() is not a mask constructor
Since it doesn't combine the clip in a single pass, don't claim to. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
3443ad903d
commit
bb86e332da
1 changed files with 1 additions and 1 deletions
|
|
@ -1538,7 +1538,7 @@ clip_and_composite_boxes (const cairo_traps_compositor_t *compositor,
|
|||
}
|
||||
|
||||
return clip_and_composite (compositor, extents,
|
||||
composite_boxes, composite_boxes, boxes,
|
||||
composite_boxes, NULL, boxes,
|
||||
need_unbounded_clip (extents));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue