[cairo-commit] test/fallback-resolution.c

Adrian Johnson ajohnson at kemper.freedesktop.org
Thu Oct 16 00:02:42 PDT 2008


 test/fallback-resolution.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ff9ee74b37a88cba2e996bf0cdae1af6b6c6fe30
Author: Adrian Johnson <ajohnson at redneon.com>
Date:   Thu Oct 16 17:29:33 2008 +1030

    Revert unintended changes to test/fallback-resolution.c in the previous commit

diff --git a/test/fallback-resolution.c b/test/fallback-resolution.c
index c83ff82..8b5842e 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;
 


More information about the cairo-commit mailing list