From 2b6c4c2a64c585cb815089e83719e00b1cfc985f Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Thu, 9 Sep 2010 11:28:03 +0200 Subject: [PATCH] recording: Document CAIRO_HAS_RECORDING_SURFACE macro --- src/cairo-recording-surface.c | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/cairo-recording-surface.c b/src/cairo-recording-surface.c index 211d6620e..79d51e8cc 100644 --- a/src/cairo-recording-surface.c +++ b/src/cairo-recording-surface.c @@ -90,6 +90,16 @@ typedef enum { static const cairo_surface_backend_t cairo_recording_surface_backend; +/** + * CAIRO_HAS_RECORDING_SURFACE: + * + * Defined if the recording surface backend is available. + * The recording surface backend is always built in. + * This macro was added for completeness in cairo 1.10. + * + * Since: 1.10 + */ + /* Currently all recording surfaces do have a size which should be passed * in as the maximum size of any target surface against which the * recording-surface will ever be replayed.