summaryrefslogtreecommitdiff
path: root/src/Makefile.sources
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2009-08-16 18:04:54 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2009-08-29 08:08:39 +0100
commit658cdc7c9aac23f82f3ea5db8df10844aeb3ac75 (patch)
treed713b560009c59e252f105b1f5ca86ca221209b9 /src/Makefile.sources
parent4ae7186719b25f052b875549cc5377e16a557512 (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 'src/Makefile.sources')
-rw-r--r--src/Makefile.sources6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/Makefile.sources b/src/Makefile.sources
index c8da2363..603e8878 100644
--- a/src/Makefile.sources
+++ b/src/Makefile.sources
@@ -88,6 +88,7 @@ cairo_private = \
cairo-surface-private.h \
cairo-surface-clipper-private.h \
cairo-surface-wrapper-private.h \
+ cairo-tee-surface-private.h \
cairo-types-private.h \
cairo-user-font-private.h \
cairo-wideint-private.h \
@@ -146,10 +147,11 @@ cairo_sources = \
cairo-surface-fallback.c \
cairo-surface-clipper.c \
cairo-surface-wrapper.c \
- cairo-tor-scan-converter.c \
cairo-system.c \
- cairo-traps.c \
+ cairo-tee-surface.c \
+ cairo-tor-scan-converter.c \
cairo-toy-font-face.c \
+ cairo-traps.c \
cairo-unicode.c \
cairo-user-font.c \
cairo-version.c \