summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2009-09-30 08:54:19 +0200
committerBenjamin Otte <otte@gnome.org>2009-09-30 08:58:19 +0200
commit6809e1216119e16c5be236418dc560d2e9bf854d (patch)
treed76fc38a8377e3134743659a590bfb514a1eefe0 /NEWS
parentf8c49b4187a32b60408b23b2c2abce1778a8dc95 (diff)
[API] Make _cairo_meta_surface_replay() private again
Replaying a meta surface can be achieved by using it as a source for a cairo_paint() so exporting a separate API is unnecesary and confusing. So after consulting Chris and Carl, we decided to remove the function again.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 0 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 0acb77d7..6fdd0647 100644
--- a/NEWS
+++ b/NEWS
@@ -4,7 +4,6 @@ API additions:
cairo_meta_surface_create()
cairo_meta_surface_ink_extents()
- cairo_meta_surface_replay()
Finally exporting the internal meta-surface so that applications
have a method to record and replay a sequence of drawing commands.