diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2009-09-01 14:24:06 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2009-09-01 14:24:06 +0100 |
commit | 1bcc3a3fa00445667adc47d4852237271c7eec0f (patch) | |
tree | 2eba1d7f1f30b5cc9bebe8ea89fa9f2e015951b0 /util/cairo-fdr | |
parent | af82670dd3bfdb661de5a01a6856ec01bdf80040 (diff) |
[tee] Rename 'append' to 'add' and add symmetric 'remove'
Diffstat (limited to 'util/cairo-fdr')
-rw-r--r-- | util/cairo-fdr/fdr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/cairo-fdr/fdr.c b/util/cairo-fdr/fdr.c index 46754731..98900241 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); |