diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2006-06-29 15:22:44 +0200 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2006-06-29 15:22:44 +0200 |
commit | 195b1142e7a1652e0f65cfd822bba7ea8b6ba505 (patch) | |
tree | c65625fc9d56c66b3d5e1dd5c0f6149fd5c4859b /test/glyph-cache-pressure.c | |
parent | f26da6c464c60ab2ed87175ab0a9b81e3cf363fb (diff) |
Prefix "cairo_*_test_*" symbols with underscore.
Diffstat (limited to 'test/glyph-cache-pressure.c')
-rw-r--r-- | test/glyph-cache-pressure.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/glyph-cache-pressure.c b/test/glyph-cache-pressure.c index 7f4ea2c3..bcc52503 100644 --- a/test/glyph-cache-pressure.c +++ b/test/glyph-cache-pressure.c @@ -66,7 +66,7 @@ draw (cairo_t *cr, int width, int height) cairo_paint (cr); cairo_restore (cr); - cairo_scaled_font_test_set_max_glyphs_cached_per_font (1); + _cairo_scaled_font_test_set_max_glyphs_cached_per_font (1); cairo_select_font_face (cr, "Bitstream Vera Sans", CAIRO_FONT_SLANT_NORMAL, |