diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2007-04-21 02:50:53 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2007-04-21 02:50:53 -0400 |
commit | 20ce190e71f838dea598cbd5267f047b75945cee (patch) | |
tree | 879197162175ed1e01be8363c152e60c3d772115 /test/fallback-resolution.c | |
parent | 03477064fa639ab1c735467d1889bde7c99313c4 (diff) |
[pdf] Get rid of _cairo_pdf_test_force_fallbacks
in favor of cairo_boilerplate_pdf_surface_force_fallbacks.
Diffstat (limited to 'test/fallback-resolution.c')
-rw-r--r-- | test/fallback-resolution.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/fallback-resolution.c b/test/fallback-resolution.c index b8d7e04fb..e5a3d001a 100644 --- a/test/fallback-resolution.c +++ b/test/fallback-resolution.c @@ -27,7 +27,7 @@ #include <cairo.h> #include <cairo-pdf.h> -#include <cairo-pdf-test.h> +#include <cairo-boilerplate-pdf.h> #include <cairo-ps.h> #include <cairo-ps-test.h> @@ -103,7 +103,7 @@ main (void) case PDF: surface = cairo_pdf_surface_create (backend_filename[backend], SIZE, SIZE); - _cairo_pdf_test_force_fallbacks (); + cairo_boilerplate_pdf_surface_force_fallbacks (surface); break; case PS: surface = cairo_ps_surface_create (backend_filename[backend], |