summaryrefslogtreecommitdiff
path: root/test/fallback-resolution.c
diff options
context:
space:
mode:
authorAdrian Johnson <ajohnson@redneon.com>2008-10-16 17:29:33 +1030
committerAdrian Johnson <ajohnson@redneon.com>2008-10-16 17:29:33 +1030
commitff9ee74b37a88cba2e996bf0cdae1af6b6c6fe30 (patch)
treebca2d175c8be97e690710fb6ee52753f62f71a58 /test/fallback-resolution.c
parent5911c6966de832fa350a6e9a4d587b7c3b3b4825 (diff)
downloadcairo-ff9ee74b37a88cba2e996bf0cdae1af6b6c6fe30.tar.gz
Revert unintended changes to test/fallback-resolution.c in the previous commit
Diffstat (limited to 'test/fallback-resolution.c')
-rw-r--r--test/fallback-resolution.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fallback-resolution.c b/test/fallback-resolution.c
index c83ff8269..8b5842e2d 100644
--- a/test/fallback-resolution.c
+++ b/test/fallback-resolution.c
@@ -301,7 +301,7 @@ main (void)
cairo_test_context_t ctx;
cairo_t *cr;
cairo_test_status_t ret = CAIRO_TEST_UNTESTED;
- double ppi[] = { 576., 288., 144., 72., 36. };
+ double ppi[] = { 600., 300., 150., 75., 72, 37.5 };
unsigned int i;
int ppi_x, ppi_y, num_ppi;