summaryrefslogtreecommitdiff
path: root/test/cairo-test.h
diff options
context:
space:
mode:
authorGeorge Matsumura <gmmatsumura01@bvsd.org>2020-08-30 18:29:05 -0600
committerUli Schlachter <psychon@znc.in>2020-09-02 10:29:04 +0000
commitf2cb9ba49a222c6e17603f5fb8cbb02f82d0bbf7 (patch)
treee0aa9eeb969ab733bd424a04d90f13c9933aa57c /test/cairo-test.h
parentb87e53dc1cc4dd33fa391f3ee8db02394b44a742 (diff)
downloadcairo-f2cb9ba49a222c6e17603f5fb8cbb02f82d0bbf7.tar.gz
meson: Fix musl build
This constitutes few fixes that are necessary to compile correctly and reduce errors when using musl libc. Signed-off-by: George Matsumura <gmmatsumura01@bvsd.org>
Diffstat (limited to 'test/cairo-test.h')
-rw-r--r--test/cairo-test.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/cairo-test.h b/test/cairo-test.h
index 6d423ba01..6169c5371 100644
--- a/test/cairo-test.h
+++ b/test/cairo-test.h
@@ -320,7 +320,8 @@ cairo_bool_t
cairo_test_mkdir (const char *path);
cairo_t *
-cairo_test_create (cairo_surface_t *surface, cairo_test_context_t *ctx);
+cairo_test_create (cairo_surface_t *surface,
+ const cairo_test_context_t *ctx);
CAIRO_END_DECLS