summaryrefslogtreecommitdiff
path: root/src/cairo-image-surface.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2012-02-20 21:02:55 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2012-02-20 21:05:54 +0000
commit2d74eaf92f086a1e6119241b7dd34f44bf795967 (patch)
tree933b55e76ef37d9201f687491b5ce2740ea527f0 /src/cairo-image-surface.c
parent58f79a85b0d37ab9ccf9e6d706c202a6078e9140 (diff)
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>
Diffstat (limited to 'src/cairo-image-surface.c')
-rw-r--r--src/cairo-image-surface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cairo-image-surface.c b/src/cairo-image-surface.c
index 982bf45d0..2a2d59d41 100644
--- a/src/cairo-image-surface.c
+++ b/src/cairo-image-surface.c
@@ -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,