summaryrefslogtreecommitdiff
path: root/test/fallback-resolution.c
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2007-04-21 03:08:26 -0400
committerBehdad Esfahbod <behdad@behdad.org>2007-04-21 03:08:26 -0400
commitd2bb5f30079badf1029fa71faab9d6781092a271 (patch)
tree39ccf5553854e9d69eae4fc10d9c9024f183bdee /test/fallback-resolution.c
parentea1b7c2d8a55d694d575c0bb711e60f70a33ff77 (diff)
downloadcairo-d2bb5f30079badf1029fa71faab9d6781092a271.tar.gz
[svg] Get rid of _cairo_svg_test_force_fallbacks
in favor of cairo_boilerplate_svg_surface_force_fallbacks.
Diffstat (limited to 'test/fallback-resolution.c')
-rw-r--r--test/fallback-resolution.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/fallback-resolution.c b/test/fallback-resolution.c
index a5359e6fc..37fd59199 100644
--- a/test/fallback-resolution.c
+++ b/test/fallback-resolution.c
@@ -33,7 +33,7 @@
#include <cairo-boilerplate-ps.h>
#include <cairo-svg.h>
-#include <cairo-svg-test.h>
+#include <cairo-boilerplate-svg.h>
#include "cairo-test.h"
@@ -113,8 +113,8 @@ main (void)
case SVG:
surface = cairo_svg_surface_create (backend_filename[backend],
SIZE, SIZE);
+ cairo_boilerplate_svg_surface_force_fallbacks (surface);
cairo_svg_surface_restrict_to_version (surface, CAIRO_SVG_VERSION_1_2);
- _cairo_svg_test_force_fallbacks ();
break;
}