diff options
author | Anders Carlsson <andersca@luminoth.local> | 2006-04-11 01:07:33 +0200 |
---|---|---|
committer | Anders Carlsson <andersca@luminoth.local> | 2006-04-11 01:07:33 +0200 |
commit | 1e5f5aed07137d3a823c2d22e29eb0e53e359fef (patch) | |
tree | d13c0ef706575c15b1b50b6ac1638626b2ec9395 /src/cairo-quartz.h | |
parent | 3ed576522df8a4e41e856a500539ca3e6f69e2da (diff) |
Make the API more like Vlad's new API.#
Diffstat (limited to 'src/cairo-quartz.h')
-rw-r--r-- | src/cairo-quartz.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cairo-quartz.h b/src/cairo-quartz.h index 9ef537ed..b3072df7 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 |