summaryrefslogtreecommitdiff
path: root/util/cairo-fdr
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2009-09-01 14:24:06 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2009-09-01 14:24:06 +0100
commit1bcc3a3fa00445667adc47d4852237271c7eec0f (patch)
tree2eba1d7f1f30b5cc9bebe8ea89fa9f2e015951b0 /util/cairo-fdr
parentaf82670dd3bfdb661de5a01a6856ec01bdf80040 (diff)
downloadcairo-1bcc3a3fa00445667adc47d4852237271c7eec0f.tar.gz
[tee] Rename 'append' to 'add' and add symmetric 'remove'
Diffstat (limited to 'util/cairo-fdr')
-rw-r--r--util/cairo-fdr/fdr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/cairo-fdr/fdr.c b/util/cairo-fdr/fdr.c
index 467547313..989002413 100644
--- a/util/cairo-fdr/fdr.c
+++ b/util/cairo-fdr/fdr.c
@@ -164,7 +164,7 @@ cairo_create (cairo_surface_t *surface)
tee = DLCALL (cairo_tee_surface_create, surface);
record = DLCALL (cairo_meta_surface_create, content, &extents);
- DLCALL (cairo_tee_surface_append, tee, record);
+ DLCALL (cairo_tee_surface_add, tee, record);
DLCALL (cairo_surface_set_user_data, surface,
&fdr_key, tee, fdr_surface_destroy);