From 6809e1216119e16c5be236418dc560d2e9bf854d Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Wed, 30 Sep 2009 08:54:19 +0200 Subject: [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. --- NEWS | 1 - 1 file changed, 1 deletion(-) (limited to 'NEWS') 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. -- cgit v1.2.3