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) evas::image o(efl::eo::parent = canvas); images.push_back(o); o.file_set(build_path("logo.png"), ""); - o.image_fill_set(0, 0, 120, 160); + o.fill_set(0, 0, 120, 160); o.evas::object::size_set(120, 160); o.visibility_set(true); }