diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2009-08-16 18:04:54 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2009-08-29 08:08:39 +0100 |
commit | 658cdc7c9aac23f82f3ea5db8df10844aeb3ac75 (patch) | |
tree | d713b560009c59e252f105b1f5ca86ca221209b9 /build/Makefile.win32.features-h | |
parent | 4ae7186719b25f052b875549cc5377e16a557512 (diff) |
Introduce cairo_tee_surface_t
Add a new surface type that multiplies it input onto several output
surfaces. The only limitation is that it requires a master surface that is
used whenever we need to query surface options, such as font options and
extents.
Diffstat (limited to 'build/Makefile.win32.features-h')
-rw-r--r-- | build/Makefile.win32.features-h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/Makefile.win32.features-h b/build/Makefile.win32.features-h index 88877eddf..f647b1661 100644 --- a/build/Makefile.win32.features-h +++ b/build/Makefile.win32.features-h @@ -91,5 +91,6 @@ ifeq ($(CAIRO_HAS_TEST_SURFACES),1) endif @echo "#define CAIRO_HAS_IMAGE_SURFACE 1" >> src/cairo-features.h @echo "#define CAIRO_HAS_META_SURFACE 1" >> src/cairo-features.h + @echo "#define CAIRO_HAS_TEE_SURFACE 1" >> src/cairo-features.h @echo "#define CAIRO_HAS_USER_FONT 1" >> src/cairo-features.h @echo "#endif" >> src/cairo-features.h |