diff options
author | Carl Worth <cworth@cworth.org> | 2006-02-13 16:47:23 -0800 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2006-02-13 16:47:23 -0800 |
commit | 6aff9afc22eb6c5c814992c5ca4b3bd437935d3a (patch) | |
tree | 5d153c0e66fdb2d637beeb3bbf671d319ba9a979 /src/cairo-quartz-surface.c | |
parent | 5de154bcdb659618d723bcec14e0315630c62c7e (diff) | |
parent | 86869f02b9206eaeac331ff8945dacf4d840df98 (diff) |
Remove pixman from SNAPSHOT_0_5_1SNAPSHOT_0_5_1
Diffstat (limited to 'src/cairo-quartz-surface.c')
-rw-r--r-- | src/cairo-quartz-surface.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cairo-quartz-surface.c b/src/cairo-quartz-surface.c index 292f5b491..566842515 100644 --- a/src/cairo-quartz-surface.c +++ b/src/cairo-quartz-surface.c @@ -62,7 +62,6 @@ static cairo_surface_t *_cairo_quartz_surface_create_similar(void *abstract_src, cairo_format_t format, - int drawable, int width, int height) { @@ -227,6 +226,7 @@ static const struct _cairo_surface_backend cairo_quartz_surface_backend = { NULL, /* copy_page */ NULL, /* show_page */ _cairo_quartz_surface_set_clip_region, + NULL, /* intersect_clip_path */ _cairo_quartz_surface_get_extents, NULL /* show_glyphs */ }; |