[cairo-commit] 2 commits - src/cairo-surface.c
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Mon Jul 20 16:42:41 UTC 2020
src/cairo-surface.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 91b5761acd8ddb70993de4c9338549caf617a960
Merge: b55e491d6 1a6a26be5
Author: Uli Schlachter <psychon at znc.in>
Date: Mon Jul 20 18:42:01 2020 +0200
Merge branch 'master' of gitlab.freedesktop.org:sgerwk/cairo
commit 1a6a26be5641cc3ebd3863df730b2d2db8227ac0
Author: sgerwk <sgerwk at aol.com>
Date: Mon Oct 14 12:25:43 2019 +0200
a surface may also be checked for status after finishing
diff --git a/src/cairo-surface.c b/src/cairo-surface.c
index e112b660a..2b4976d95 100644
--- a/src/cairo-surface.c
+++ b/src/cairo-surface.c
@@ -1046,8 +1046,8 @@ _cairo_surface_finish (cairo_surface_t *surface)
* external resources. For example, for the Xlib backend it means
* that cairo will no longer access the drawable, which can be freed.
* After calling cairo_surface_finish() the only valid operations on a
- * surface are getting and setting user, referencing and
- * destroying, and flushing and finishing it.
+ * surface are checking status, getting and setting user, referencing
+ * and destroying, and flushing and finishing it.
* Further drawing to the surface will not affect the
* surface but will instead trigger a %CAIRO_STATUS_SURFACE_FINISHED
* error.
More information about the cairo-commit
mailing list