mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-06-07 11:08:20 +02:00
Fix typo in documentation
This commit is contained in:
parent
fa4b91fcac
commit
c8c77f01f7
1 changed files with 1 additions and 1 deletions
|
|
@ -274,7 +274,7 @@ static const cairo_surface_backend_t cairo_quartz_image_surface_backend = {
|
|||
* Creates a Quartz surface backed by a CGImageRef that references the
|
||||
* given image surface. The resulting surface can be rendered quickly
|
||||
* when used as a source when rendering to a #cairo_quartz_surface. If
|
||||
* the data in the image surface is every updated, cairo_surface_flush()
|
||||
* the data in the image surface is ever updated, cairo_surface_flush()
|
||||
* must be called on the #cairo_quartz_image_surface to ensure that the
|
||||
* CGImageRef refers to the updated data.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue