mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-06-07 13:28:18 +02:00
[cairo-image-surface] Fix comment syntax
Found by splint.
This commit is contained in:
parent
ef878345c8
commit
e9d709b5ca
1 changed files with 3 additions and 3 deletions
|
|
@ -1252,15 +1252,15 @@ const cairo_surface_backend_t cairo_image_surface_backend = {
|
|||
_cairo_image_surface_get_font_options,
|
||||
NULL, /* flush */
|
||||
NULL, /* mark_dirty_rectangle */
|
||||
NULL, //* font_fini */
|
||||
NULL, //* glyph_fini */
|
||||
NULL, /* font_fini */
|
||||
NULL, /* glyph_fini */
|
||||
|
||||
NULL, /* paint */
|
||||
NULL, /* mask */
|
||||
NULL, /* stroke */
|
||||
NULL, /* fill */
|
||||
NULL, /* show_glyphs */
|
||||
NULL, /* snapshot */
|
||||
NULL, /* snapshot */
|
||||
NULL, /* is_similar */
|
||||
|
||||
_cairo_image_surface_reset
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue