summaryrefslogtreecommitdiff
path: root/src/cairo-quartz.h
diff options
context:
space:
mode:
authorAnders Carlsson <andersca@imendio.com>2005-11-14 12:57:31 +0000
committerAnders Carlsson <andersca@imendio.com>2005-11-14 12:57:31 +0000
commita16d93f367af721a535ed13fc5bc07636e6549d2 (patch)
treed8b893802bf26d4a9764c734938d519a4e2fcad5 /src/cairo-quartz.h
parentb5759f9e0746b48064c031009be8cd203f9bbaa5 (diff)
downloadcairo-a16d93f367af721a535ed13fc5bc07636e6549d2.tar.gz
If the surface is flipped, flip the CG coordinate system before drawing the images.
(cairo_quartz_surface_create): Add "flipped" argument to cairo_quartz_surface_create.
Diffstat (limited to 'src/cairo-quartz.h')
-rw-r--r--src/cairo-quartz.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cairo-quartz.h b/src/cairo-quartz.h
index 02992dced..9ef537ed3 100644
--- a/src/cairo-quartz.h
+++ b/src/cairo-quartz.h
@@ -47,6 +47,7 @@ CAIRO_BEGIN_DECLS
cairo_public cairo_surface_t *
cairo_quartz_surface_create (CGContextRef context,
+ cairo_bool_t flipped,
int width,
int height);