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 /src/Makefile.win32.features | |
parent | 4ae7186719b25f052b875549cc5377e16a557512 (diff) | |
download | cairo-658cdc7c9aac23f82f3ea5db8df10844aeb3ac75.tar.gz |
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 'src/Makefile.win32.features')
-rw-r--r-- | src/Makefile.win32.features | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/Makefile.win32.features b/src/Makefile.win32.features index 048ead05c..8b17d5c57 100644 --- a/src/Makefile.win32.features +++ b/src/Makefile.win32.features @@ -422,6 +422,14 @@ enabled_cairo_headers += $(cairo_meta_headers) enabled_cairo_private += $(cairo_meta_private) enabled_cairo_sources += $(cairo_meta_sources) +supported_cairo_headers += $(cairo_tee_headers) +all_cairo_headers += $(cairo_tee_headers) +all_cairo_private += $(cairo_tee_private) +all_cairo_sources += $(cairo_tee_sources) +enabled_cairo_headers += $(cairo_tee_headers) +enabled_cairo_private += $(cairo_tee_private) +enabled_cairo_sources += $(cairo_tee_sources) + supported_cairo_headers += $(cairo_user_headers) all_cairo_headers += $(cairo_user_headers) all_cairo_private += $(cairo_user_private) |