mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-27 19:48:13 +02:00
Merge branch 'master' of gitlab.freedesktop.org:sgerwk/cairo
This commit is contained in:
commit
91b5761acd
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue