From 195b1142e7a1652e0f65cfd822bba7ea8b6ba505 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 29 Jun 2006 15:22:44 +0200 Subject: Prefix "cairo_*_test_*" symbols with underscore. --- test/glyph-cache-pressure.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/glyph-cache-pressure.c') 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, -- cgit v1.2.3