diff options
author | Jaehyun Cho <jae_hyun.cho@samsung.com> | 2018-11-23 19:30:36 +0900 |
---|---|---|
committer | Jaehyun Cho <jae_hyun.cho@samsung.com> | 2018-11-23 21:43:54 +0900 |
commit | 6cc7c1b83043ee0fed40a6bd130b56a8516ecf60 (patch) | |
tree | 90d456fe5abc92cb694dfa6649a8bbc1a5b08457 /src/lib/efl/Efl.h | |
parent | 424bd60084cc5906a3375a1a38ffba9066f5ff73 (diff) |
efl_interpolator: change Efl.Interpolator class to interface
Since Efl.Interpolator's subclasses are used as interpolator class,
Efl.Interpolator class is changed to be an interface.
This change allows Efl.Canvas.Animation to have Efl.Interpolator as its
property in efl_canvas_animation.eo.
Diffstat (limited to '')
-rw-r--r-- | src/lib/efl/Efl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/efl/Efl.h b/src/lib/efl/Efl.h index 6cebb21dae..8548ac95c8 100644 --- a/src/lib/efl/Efl.h +++ b/src/lib/efl/Efl.h | |||
@@ -117,6 +117,7 @@ typedef Efl_Gfx_Path_Command_Type Efl_Gfx_Path_Command; | |||
117 | 117 | ||
118 | /* Core interface */ | 118 | /* Core interface */ |
119 | #include "interfaces/efl_animator.eo.h" | 119 | #include "interfaces/efl_animator.eo.h" |
120 | #include "interfaces/efl_interpolator.eo.h" | ||
120 | 121 | ||
121 | /* Graphics */ | 122 | /* Graphics */ |
122 | #include "interfaces/efl_gfx_entity.eo.h" | 123 | #include "interfaces/efl_gfx_entity.eo.h" |