From 64fd278c62e3286c453885216d2d0c86a01ce9fc Mon Sep 17 00:00:00 2001 From: Jean-Philippe Andre Date: Wed, 17 Jun 2015 16:26:30 +0900 Subject: Evas filters: EO-ify the filters API This creates the new interface Efl.Gfx.Filter And the implementation is a mixin (evas_filter_mixin.c): Evas.Filter All the filter rendering code has now been moved to this new file. TODO: Merge image filtering. --- doc/previews/preview_text_filter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/previews/preview_text_filter.c b/doc/previews/preview_text_filter.c index 864342b080..24c51cdaca 100644 --- a/doc/previews/preview_text_filter.c +++ b/doc/previews/preview_text_filter.c @@ -111,7 +111,7 @@ main(int argc, char **argv) evas_object_color_set(o, 255, 255, 255, 255); evas_object_show(o); - eo_do(o, evas_obj_text_filter_program_set(filter)); + eo_do(o, efl_gfx_filter_program_set(filter)); ecore_evas_manual_render(wpd.ee); evas_object_geometry_get(o, NULL, NULL, &w, &h); -- cgit v1.2.1