diff options
author | Cedric BAIL <cedric@osg.samsung.com> | 2015-04-03 16:23:18 +0200 |
---|---|---|
committer | Cedric BAIL <cedric@osg.samsung.com> | 2015-04-03 16:23:18 +0200 |
commit | 2ca2a43916087e801b3f7891fdc421106cfea4c6 (patch) | |
tree | 2c96572338d8a8c57b3fbdb7cac333b486b07950 /src/bin/ecore_evas/ecore_evas_svg.c | |
parent | c08f8e26a6bc53bb5cdcf3c67f2214f64d0e9f63 (diff) |
ecore_evas: fix with new naming.
Diffstat (limited to '')
-rw-r--r-- | src/bin/ecore_evas/ecore_evas_svg.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/bin/ecore_evas/ecore_evas_svg.c b/src/bin/ecore_evas/ecore_evas_svg.c index 468311f10d..f8297b7c45 100644 --- a/src/bin/ecore_evas/ecore_evas_svg.c +++ b/src/bin/ecore_evas/ecore_evas_svg.c | |||
@@ -157,13 +157,13 @@ main(int argc, char *argv[]) | |||
157 | 157 | ||
158 | 158 | ||
159 | r = eo_add(EVAS_RECTANGLE_CLASS, e, | 159 | r = eo_add(EVAS_RECTANGLE_CLASS, e, |
160 | evas_obj_color_set(color[0], color[1], color[2], alpha ? 0 : 255), | 160 | efl_gfx_color_set(color[0], color[1], color[2], alpha ? 0 : 255), |
161 | evas_obj_visibility_set(EINA_TRUE)); | 161 | efl_gfx_visibility_set(EINA_TRUE)); |
162 | ecore_evas_object_associate(ee, r, ECORE_EVAS_OBJECT_ASSOCIATE_BASE); | 162 | ecore_evas_object_associate(ee, r, ECORE_EVAS_OBJECT_ASSOCIATE_BASE); |
163 | 163 | ||
164 | vg = eo_add(EVAS_VG_CLASS, e, | 164 | vg = eo_add(EVAS_VG_CLASS, e, |
165 | efl_file_set(argv[arg_index], NULL), | 165 | efl_file_set(argv[arg_index], NULL), |
166 | evas_obj_visibility_set(EINA_TRUE)); | 166 | efl_gfx_visibility_set(EINA_TRUE)); |
167 | ecore_evas_object_associate(ee, vg, ECORE_EVAS_OBJECT_ASSOCIATE_BASE); | 167 | ecore_evas_object_associate(ee, vg, ECORE_EVAS_OBJECT_ASSOCIATE_BASE); |
168 | 168 | ||
169 | if (display) | 169 | if (display) |