diff options
Diffstat (limited to 'test/cairo-test.h')
-rw-r--r-- | test/cairo-test.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/cairo-test.h b/test/cairo-test.h index b16f340c..d644d96b 100644 --- a/test/cairo-test.h +++ b/test/cairo-test.h @@ -101,8 +101,8 @@ struct _cairo_test { const char *description; const char *keywords; const char *requirements; - int width; - int height; + double width; + double height; cairo_test_preamble_function_t *preamble; cairo_test_draw_function_t *draw; }; |