summaryrefslogtreecommitdiff
path: root/src/cairo-quartz-private.h
diff options
context:
space:
mode:
authorJeff Muizelaar <jmuizelaar@mozilla.com>2011-04-21 15:23:14 -0400
committerJeff Muizelaar <jmuizelaar@mozilla.com>2011-04-21 15:23:14 -0400
commit9f92901b0910563f2523ebe7289abd9094271c98 (patch)
tree82567ec5c8bf63f7c9935c812a32df85c2f006bd /src/cairo-quartz-private.h
parentb377380b7a5fe0982d057975cd87f6b652d3b0ff (diff)
downloadcairo-9f92901b0910563f2523ebe7289abd9094271c98.tar.gz
Remove quartz-image extents.
We never used the x,y portion of the extents so we might as well take it out.
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 beac8847a..7edc74247 100644
--- a/src/cairo-quartz-private.h
+++ b/src/cairo-quartz-private.h
@@ -74,7 +74,7 @@ typedef struct cairo_quartz_surface {
typedef struct cairo_quartz_image_surface {
cairo_surface_t base;
- cairo_rectangle_int_t extents;
+ int width, height;
CGImageRef image;
cairo_image_surface_t *imageSurface;