mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-04 22:18:29 +02:00
quartz: Fix spelling in comment
This commit is contained in:
parent
1781e59c57
commit
5e1dd84796
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