summaryrefslogtreecommitdiff
path: root/src/cairo-debug.c
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2008-12-20 01:18:12 -0500
committerBehdad Esfahbod <behdad@behdad.org>2008-12-20 01:18:12 -0500
commita5983929f8f07f384f78e0b604e22037cf5ed716 (patch)
tree88b025c54e86befaa1e8cda4b397dc934e20e8bf /src/cairo-debug.c
parent8bf49b27aeea8179b5862a424fb3ef1934be6e0e (diff)
downloadcairo-a5983929f8f07f384f78e0b604e22037cf5ed716.tar.gz
[toy-font-face] Move toy font face code in a file of its own
Diffstat (limited to 'src/cairo-debug.c')
-rw-r--r--src/cairo-debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cairo-debug.c b/src/cairo-debug.c
index 6dd5787a4..3fe6cae01 100644
--- a/src/cairo-debug.c
+++ b/src/cairo-debug.c
@@ -61,7 +61,7 @@ cairo_debug_reset_static_data (void)
{
CAIRO_MUTEX_INITIALIZE ();
- _cairo_font_face_reset_static_data ();
+ _cairo_toy_font_face_reset_static_data ();
#if CAIRO_HAS_FT_FONT
_cairo_ft_font_reset_static_data ();