diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2008-12-20 01:18:12 -0500 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2008-12-20 01:18:12 -0500 |
commit | a5983929f8f07f384f78e0b604e22037cf5ed716 (patch) | |
tree | 88b025c54e86befaa1e8cda4b397dc934e20e8bf /src/cairo-debug.c | |
parent | 8bf49b27aeea8179b5862a424fb3ef1934be6e0e (diff) |
[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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cairo-debug.c b/src/cairo-debug.c index 6dd5787a..3fe6cae0 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 (); |