Skip to content

Commit

Permalink
recording: Document CAIRO_HAS_RECORDING_SURFACE macro
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Garcia Campos committed Sep 9, 2010
1 parent d8f88cf commit 2b6c4c2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/cairo-recording-surface.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2b6c4c2

Please sign in to comment.