summaryrefslogtreecommitdiff
path: root/src/test-paginated-surface.c
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2008-08-18 14:52:43 -0400
committerBehdad Esfahbod <behdad@behdad.org>2008-08-18 14:54:21 -0400
commit00bc650455219e41fa20d3ec99321f4cbe97cbf1 (patch)
tree6103f2205c04baf649aa4d07abeb956bccbe76f8 /src/test-paginated-surface.c
parent4cd478b95f0ae803d1a0ab75197b1d389e2eba4c (diff)
downloadcairo-00bc650455219e41fa20d3ec99321f4cbe97cbf1.tar.gz
Add new public API cairo_surface_has_show_text_glyphs()
We added cairo_has_show_text_glyphs() before. Since this is really a surface property, should have the surface method too. Like we added cairo_surface_show_page()...
Diffstat (limited to 'src/test-paginated-surface.c')
-rw-r--r--src/test-paginated-surface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test-paginated-surface.c b/src/test-paginated-surface.c
index 48c730824..5d86986c1 100644
--- a/src/test-paginated-surface.c
+++ b/src/test-paginated-surface.c
@@ -237,7 +237,7 @@ _test_paginated_surface_has_show_text_glyphs (void *abstract_surface)
{
test_paginated_surface_t *surface = abstract_surface;
- return _cairo_surface_has_show_text_glyphs (surface->target);
+ return cairo_surface_has_show_text_glyphs (surface->target);
}
static cairo_int_status_t