diff options
Diffstat (limited to 'test/cairo-test.c')
-rw-r--r-- | test/cairo-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cairo-test.c b/test/cairo-test.c index 715210f9..45b644b5 100644 --- a/test/cairo-test.c +++ b/test/cairo-test.c @@ -663,7 +663,7 @@ cairo_test_for_target (cairo_test_context_t *ctx, cairo_bool_t have_output = FALSE; cairo_bool_t have_result = FALSE; void *closure; - int width, height; + double width, height; cairo_bool_t have_output_dir; #if HAVE_MEMFAULT int malloc_failure_iterations = ctx->malloc_failure; |