summaryrefslogtreecommitdiff
path: root/src/cairo-surface-backend-private.h
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2012-02-12 11:25:07 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2012-02-15 14:37:11 +0000
commitae3319890eacd1c8282ca6df7b263ac74abb5f8d (patch)
tree16b1f4bab9bcd4cbb13f5e15b01696c788d46203 /src/cairo-surface-backend-private.h
parent92c0b37d04f9df8df53a455c8e8dda1946c84c87 (diff)
downloadcairo-ae3319890eacd1c8282ca6df7b263ac74abb5f8d.tar.gz
win32: Rebase on the new compositor infrastructure
Try and undo all the damage that has acrued over the years by plugging into the compositor pipeline. References: https://bugs.freedesktop.org/show_bug.cgi?id=42739 References: https://bugs.freedesktop.org/show_bug.cgi?id=42821 References: https://bugs.freedesktop.org/show_bug.cgi?id=33081 Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/cairo-surface-backend-private.h')
-rw-r--r--src/cairo-surface-backend-private.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/cairo-surface-backend-private.h b/src/cairo-surface-backend-private.h
index f7bfbd7b1..fbaa91232 100644
--- a/src/cairo-surface-backend-private.h
+++ b/src/cairo-surface-backend-private.h
@@ -201,6 +201,16 @@ struct _cairo_surface_backend {
(*get_supported_mime_types) (void *surface);
};
+cairo_private cairo_status_t
+_cairo_surface_default_acquire_source_image (void *surface,
+ cairo_image_surface_t **image_out,
+ void **image_extra);
+
+cairo_private void
+_cairo_surface_default_release_source_image (void *surface,
+ cairo_image_surface_t *image,
+ void *image_extra);
+
cairo_private cairo_surface_t *
_cairo_surface_default_source (void *surface,
cairo_rectangle_int_t *extents);