diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2008-11-05 08:03:01 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2008-11-05 08:36:01 +0000 |
commit | 68309481aa9295026e3e7e6407c793f899b5e600 (patch) | |
tree | 4ce3478b788f0deb95eada707bcfecf69ce19654 /boilerplate/cairo-boilerplate.h | |
parent | 8855f9583e84ae2e6d981e21133f590bff2065ab (diff) |
[test] Mark targets with is_meta?
Allow tests to skip targets based on whether they are a meta surface or
not.
Diffstat (limited to 'boilerplate/cairo-boilerplate.h')
-rw-r--r-- | boilerplate/cairo-boilerplate.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/boilerplate/cairo-boilerplate.h b/boilerplate/cairo-boilerplate.h index 9d12b8dd..19b29572 100644 --- a/boilerplate/cairo-boilerplate.h +++ b/boilerplate/cairo-boilerplate.h @@ -162,6 +162,7 @@ typedef struct _cairo_boilerplate_target cairo_boilerplate_cleanup_t cleanup; cairo_boilerplate_wait_t synchronize; cairo_bool_t is_vector; + cairo_bool_t is_meta; } cairo_boilerplate_target_t; cairo_boilerplate_target_t ** |