summaryrefslogtreecommitdiff
path: root/src/cairo-quartz-private.h
diff options
context:
space:
mode:
authorAndrea Canciani <ranma42@gmail.com>2010-07-28 19:03:13 +0200
committerAndrea Canciani <ranma42@gmail.com>2010-10-13 00:27:01 +0200
commitc22e75e9f6cb471c764af0d721ad07cdf30a3bad (patch)
tree72b761015fdb13fa2b38173054612eb6eba55397 /src/cairo-quartz-private.h
parent6bc1376cf52a9815b75f8c0ce66e149fbc64495e (diff)
downloadcairo-c22e75e9f6cb471c764af0d721ad07cdf30a3bad.tar.gz
quartz: Set operator when setting up source
Share some code between the drawing functions by saving the state and setting the operator when setting up the source and by restoring the state during teardown. Based on a patch by Robert O'Callahan <robert@ocallahan.org>. See https://bugzilla.mozilla.org/show_bug.cgi?id=522859
Diffstat (limited to 'src/cairo-quartz-private.h')
-rw-r--r--src/cairo-quartz-private.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cairo-quartz-private.h b/src/cairo-quartz-private.h
index 55bc84dfb..9a45c66e9 100644
--- a/src/cairo-quartz-private.h
+++ b/src/cairo-quartz-private.h
@@ -83,8 +83,6 @@ typedef struct cairo_quartz_surface {
CGShadingRef sourceShading;
CGPatternRef sourcePattern;
-
- CGInterpolationQuality oldInterpolationQuality;
} cairo_quartz_surface_t;
typedef struct cairo_quartz_image_surface {