diff options
Diffstat (limited to 'src/cairo-recording-surface.c')
-rw-r--r-- | src/cairo-recording-surface.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cairo-recording-surface.c b/src/cairo-recording-surface.c index ebe6f50f..4b42dabc 100644 --- a/src/cairo-recording-surface.c +++ b/src/cairo-recording-surface.c @@ -74,7 +74,7 @@ * improved by improving the implementation of snapshot for the * various objects. For example, it would be nice to have a * copy-on-write implementation for _cairo_surface_snapshot. - */ + **/ #include "cairoint.h" @@ -105,7 +105,7 @@ static const cairo_surface_backend_t cairo_recording_surface_backend; * 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 |