diff options
author | Jaehyun Cho <jae_hyun.cho@samsung.com> | 2018-04-10 22:24:28 +0900 |
---|---|---|
committer | Jaehyun Cho <jae_hyun.cho@samsung.com> | 2018-04-10 22:38:32 +0900 |
commit | 503bb0c8f9e9ccdf3e5e833af814d129c9b34c2f (patch) | |
tree | 4c08816bef08cf71f72af5c2fc22c54941d1964b /src/lib/evas/Evas_Eo.h | |
parent | c705139623cd01b80a5daee1b14f1daea9e22e65 (diff) |
efl_canvas_animation_player: Change Running_Event_Info to Event_Running
To synchronize other types of event info,
Efl_Canvas_Animation_Player_Running_Event_Info is changed to
Efl_Canvas_Animation_Player_Event_Running.
Remove unused struct.
Diffstat (limited to 'src/lib/evas/Evas_Eo.h')
-rw-r--r-- | src/lib/evas/Evas_Eo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/evas/Evas_Eo.h b/src/lib/evas/Evas_Eo.h index 0401a13727..7a44a0985d 100644 --- a/src/lib/evas/Evas_Eo.h +++ b/src/lib/evas/Evas_Eo.h | |||
@@ -131,7 +131,7 @@ typedef Eo Efl_Canvas_Animation_Group_Sequential; | |||
131 | #define EFL_ANIMATION_PLAYER_REPEAT_INFINITE -1 | 131 | #define EFL_ANIMATION_PLAYER_REPEAT_INFINITE -1 |
132 | 132 | ||
133 | 133 | ||
134 | struct _Efl_Canvas_Animation_Player_Running_Event_Info | 134 | struct _Efl_Canvas_Animation_Player_Event_Running |
135 | { | 135 | { |
136 | double progress; | 136 | double progress; |
137 | }; | 137 | }; |