diff options
author | Cedric BAIL <cedric@osg.samsung.com> | 2015-04-03 16:23:19 +0200 |
---|---|---|
committer | Cedric BAIL <cedric@osg.samsung.com> | 2015-04-03 16:23:19 +0200 |
commit | 651436f410e6df1b92b163296fc9c88096edd9ea (patch) | |
tree | 702b0f659cc78d321da2b386a4930973b1619d2c /src/bin/ecore_evas | |
parent | 2ca2a43916087e801b3f7891fdc421106cfea4c6 (diff) |
efl: rename visibility to visible.
After discussion bindings and people in general prefer visible.
T2035
Diffstat (limited to 'src/bin/ecore_evas')
-rw-r--r-- | src/bin/ecore_evas/ecore_evas_svg.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/ecore_evas/ecore_evas_svg.c b/src/bin/ecore_evas/ecore_evas_svg.c index f8297b7c45..bd95a0618a 100644 --- a/src/bin/ecore_evas/ecore_evas_svg.c +++ b/src/bin/ecore_evas/ecore_evas_svg.c | |||
@@ -158,12 +158,12 @@ main(int argc, char *argv[]) | |||
158 | 158 | ||
159 | r = eo_add(EVAS_RECTANGLE_CLASS, e, | 159 | r = eo_add(EVAS_RECTANGLE_CLASS, e, |
160 | efl_gfx_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 | efl_gfx_visibility_set(EINA_TRUE)); | 161 | efl_gfx_visible_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 | efl_gfx_visibility_set(EINA_TRUE)); | 166 | efl_gfx_visible_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) |