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:
Chris Wilson 2012-02-20 21:02:55 +00:00
parent 58f79a85b0
commit 2d74eaf92f

View file

@ -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,