summaryrefslogtreecommitdiff
path: root/src/Makefile_Efl.am
diff options
context:
space:
mode:
authorJunsuChoi <jsuya.choi@samsung.com>2019-01-29 19:16:34 +0900
committerHermet Park <hermetpark@gmail.com>2019-01-29 19:16:34 +0900
commit09ce84bbadc3fb21311e5dbff7c09d74a2ef4d55 (patch)
tree0b59f27df3df616acb591ff62eb42788eecaad95 /src/Makefile_Efl.am
parent391339332ff91f6a304e87be4a23421d895866f2 (diff)
downloadefl-09ce84bbadc3fb21311e5dbff7c09d74a2ef4d55.tar.gz
efl_gfx_image_animation_controller: Rename '*.Image_Animation_*' to '*.Frame_*'
Summary: Efl.Gfx.Image_Animation_Controller name refers to the control of an animatable image. However, the method we use is closer to controlling the frame. We can change the name to Efl.Gfx.Frame_Controller and enhance the functionality of the frame control. Test Plan: N/A Reviewers: Hermet Reviewed By: Hermet Subscribers: segfaultxavi, cedric, woohyun, #reviewers, Jaehyun_Cho, #committers Tags: #efl Differential Revision: https://phab.enlightenment.org/D7769
Diffstat (limited to 'src/Makefile_Efl.am')
-rw-r--r--src/Makefile_Efl.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile_Efl.am b/src/Makefile_Efl.am
index 2d65f20a46..ada411a1d5 100644
--- a/src/Makefile_Efl.am
+++ b/src/Makefile_Efl.am
@@ -4,7 +4,7 @@ efl_eolian_legacy_files = \
lib/efl/interfaces/efl_gfx_entity.eo \
lib/efl/interfaces/efl_gfx_color.eo \
lib/efl/interfaces/efl_gfx_image.eo \
- lib/efl/interfaces/efl_gfx_image_animation_controller.eo \
+ lib/efl/interfaces/efl_gfx_frame_controller.eo \
lib/efl/interfaces/efl_input_device.eo \
lib/efl/interfaces/efl_ui_draggable.eo \
lib/efl/interfaces/efl_ui_clickable.eo \