mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-09 02:38:07 +02:00
[quartz] Fix one more compile error
This commit is contained in:
parent
c2e75b9993
commit
3487049195
1 changed files with 1 additions and 1 deletions
|
|
@ -2399,7 +2399,7 @@ _cairo_quartz_surface_mask (void *abstract_surface,
|
|||
cairo_solid_pattern_t *solid_mask = (cairo_solid_pattern_t *) mask;
|
||||
|
||||
CGContextSetAlpha (surface->cgContext, solid_mask->color.alpha);
|
||||
rv = _cairo_quartz_surface_paint (surface, op, source, extents);
|
||||
rv = _cairo_quartz_surface_paint (surface, op, source, clip);
|
||||
CGContextSetAlpha (surface->cgContext, 1.0);
|
||||
|
||||
return rv;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue