[cairo-commit] 2 commits - src/cairo-quartz-surface.c
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Sat Feb 26 10:11:58 UTC 2022
src/cairo-quartz-surface.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit b0b294b827cf8d40e752231124b4a3bd0fda83df
Merge: 1781e59c5 5e1dd8479
Author: Uli Schlachter <psychon at znc.in>
Date: Sat Feb 26 10:11:56 2022 +0000
Merge branch 'chrstphrchvz-master-patch-12648' into 'master'
quartz: Fix spelling in comment
See merge request cairo/cairo!286
commit 5e1dd84796b0aed7db44265b8c6db8cc866cec96
Author: Christopher Chavez <chrischavez at gmx.us>
Date: Sat Feb 26 09:17:28 2022 +0000
quartz: Fix spelling in comment
diff --git a/src/cairo-quartz-surface.c b/src/cairo-quartz-surface.c
index 289fd213a..5681918c4 100644
--- a/src/cairo-quartz-surface.c
+++ b/src/cairo-quartz-surface.c
@@ -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);
}
More information about the cairo-commit
mailing list