summaryrefslogtreecommitdiff
path: root/util/cairo-sphinx
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-sphinx
parentaf82670dd3bfdb661de5a01a6856ec01bdf80040 (diff)
downloadcairo-1bcc3a3fa00445667adc47d4852237271c7eec0f.tar.gz
[tee] Rename 'append' to 'add' and add symmetric 'remove'
Diffstat (limited to 'util/cairo-sphinx')
-rw-r--r--util/cairo-sphinx/fdr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/cairo-sphinx/fdr.c b/util/cairo-sphinx/fdr.c
index 993baba3e..9c66608a0 100644
--- a/util/cairo-sphinx/fdr.c
+++ b/util/cairo-sphinx/fdr.c
@@ -136,7 +136,7 @@ cairo_create (cairo_surface_t *surface)
tee = DLCALL (cairo_tee_surface_create, surface);
script = DLCALL (cairo_script_surface_create,
fdr_context, content, extents.width, extents.height);
- DLCALL (cairo_tee_surface_append, tee, script);
+ DLCALL (cairo_tee_surface_add, tee, script);
DLCALL (cairo_surface_set_user_data, surface,
&fdr_key, tee, fdr_surface_destroy);