diff options
Diffstat (limited to 'doc/previews/preview_text_filter.c')
-rw-r--r-- | doc/previews/preview_text_filter.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
111 | evas_object_color_set(o, 255, 255, 255, 255); | 111 | evas_object_color_set(o, 255, 255, 255, 255); |
112 | evas_object_show(o); | 112 | evas_object_show(o); |
113 | 113 | ||
114 | eo_do(o, evas_obj_text_filter_program_set(filter)); | 114 | eo_do(o, efl_gfx_filter_program_set(filter)); |
115 | 115 | ||
116 | ecore_evas_manual_render(wpd.ee); | 116 | ecore_evas_manual_render(wpd.ee); |
117 | evas_object_geometry_get(o, NULL, NULL, &w, &h); | 117 | evas_object_geometry_get(o, NULL, NULL, &w, &h); |