summaryrefslogtreecommitdiff
path: root/src/cairo-quartz.h
diff options
context:
space:
mode:
authorAnders Carlsson <andersca@luminoth.local>2006-04-11 01:07:33 +0200
committerAnders Carlsson <andersca@luminoth.local>2006-04-11 01:07:33 +0200
commit1e5f5aed07137d3a823c2d22e29eb0e53e359fef (patch)
treed13c0ef706575c15b1b50b6ac1638626b2ec9395 /src/cairo-quartz.h
parent3ed576522df8a4e41e856a500539ca3e6f69e2da (diff)
downloadcairo-1e5f5aed07137d3a823c2d22e29eb0e53e359fef.tar.gz
Make the API more like Vlad's new API.#
Diffstat (limited to 'src/cairo-quartz.h')
-rw-r--r--src/cairo-quartz.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cairo-quartz.h b/src/cairo-quartz.h
index 9ef537ed3..b3072df76 100644
--- a/src/cairo-quartz.h
+++ b/src/cairo-quartz.h
@@ -47,9 +47,9 @@ CAIRO_BEGIN_DECLS
cairo_public cairo_surface_t *
cairo_quartz_surface_create (CGContextRef context,
- cairo_bool_t flipped,
int width,
- int height);
+ int height,
+ cairo_bool_t y_grows_down);
CAIRO_END_DECLS