summaryrefslogtreecommitdiff
path: root/src/cairo-quartz-private.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-private.h
parent3ed576522df8a4e41e856a500539ca3e6f69e2da (diff)
downloadcairo-1e5f5aed07137d3a823c2d22e29eb0e53e359fef.tar.gz
Make the API more like Vlad's new API.#
Diffstat (limited to 'src/cairo-quartz-private.h')
-rw-r--r--src/cairo-quartz-private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cairo-quartz-private.h b/src/cairo-quartz-private.h
index a57e0786f..8b901352b 100644
--- a/src/cairo-quartz-private.h
+++ b/src/cairo-quartz-private.h
@@ -44,7 +44,7 @@ typedef struct cairo_quartz_surface {
CGContextRef context;
- cairo_bool_t flipped;
+ cairo_bool_t y_grows_down;
cairo_rectangle_t extents;