mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-06 09:18:11 +02:00
image: Add the get-font-options callback again.
In the midst of trying to simply export the
_cairo_image_surface_get_font_options() for subclassing, I accidentally
decoupled it from the image surface backend. Mea culpa.
Fixes regression from 8bea52bb (Add preliminary damage tracking), which
should not have even touched the backend structure except for an ugly
rebasing.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
58f79a85b0
commit
2d74eaf92f
1 changed files with 1 additions and 1 deletions
|
|
@ -998,7 +998,7 @@ const cairo_surface_backend_t _cairo_image_surface_backend = {
|
|||
NULL, /* show_page */
|
||||
|
||||
_cairo_image_surface_get_extents,
|
||||
NULL,
|
||||
_cairo_image_surface_get_font_options,
|
||||
|
||||
NULL, /* flush */
|
||||
NULL,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue