diff options
author | Savio Sena <savio.sena@acm.org> | 2014-09-24 04:29:51 -0300 |
---|---|---|
committer | Savio Sena <savio.sena@acm.org> | 2014-09-24 04:29:51 -0300 |
commit | b4070dde1cb48e49197c19e99672932a1116c13f (patch) | |
tree | 1a546b44b027d12d69ae4bddaf3cd1cfe28fd22c /src | |
parent | d810de418ec98f7c33c10628b65acc8fb14cbdea (diff) |
Fix wrong API.
Diffstat (limited to 'src')
-rw-r--r-- | src/bin/cxx/image_map_color_rotate.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/cxx/image_map_color_rotate.cc b/src/bin/cxx/image_map_color_rotate.cc index b62bd41..3ec4921 100644 --- a/src/bin/cxx/image_map_color_rotate.cc +++ b/src/bin/cxx/image_map_color_rotate.cc | |||
@@ -30,7 +30,7 @@ static void _setup(void) | |||
30 | evas::image o(efl::eo::parent = canvas); | 30 | evas::image o(efl::eo::parent = canvas); |
31 | images.push_back(o); | 31 | images.push_back(o); |
32 | o.file_set(build_path("logo.png"), ""); | 32 | o.file_set(build_path("logo.png"), ""); |
33 | o.image_fill_set(0, 0, 120, 160); | 33 | o.fill_set(0, 0, 120, 160); |
34 | o.evas::object::size_set(120, 160); | 34 | o.evas::object::size_set(120, 160); |
35 | o.visibility_set(true); | 35 | o.visibility_set(true); |
36 | } | 36 | } |