diff options
author | Benjamin Otte <otte@gnome.org> | 2009-09-30 08:54:19 +0200 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2009-09-30 08:58:19 +0200 |
commit | 6809e1216119e16c5be236418dc560d2e9bf854d (patch) | |
tree | d76fc38a8377e3134743659a590bfb514a1eefe0 /NEWS | |
parent | f8c49b4187a32b60408b23b2c2abce1778a8dc95 (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-- | NEWS | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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. |