mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-02-15 06:50:31 +01:00
Merge branch 'chrstphrchvz-master-patch-12648' into 'master'
quartz: Fix spelling in comment See merge request cairo/cairo!286
This commit is contained in:
commit
b0b294b827
1 changed files with 1 additions and 1 deletions
|
|
@ -1820,7 +1820,7 @@ _cairo_quartz_cg_mask (const cairo_compositor_t *compositor,
|
|||
mask_surf = extents->mask_pattern.surface.surface;
|
||||
|
||||
/* When an opaque surface used as a mask in Quartz, its
|
||||
* luminosity is used as the alpha value, so we con only use
|
||||
* luminosity is used as the alpha value, so we can only use
|
||||
* surfaces with alpha without creating a temporary mask. */
|
||||
need_temp = ! (mask_surf->content & CAIRO_CONTENT_ALPHA);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue