diff options
author | Jaehyun Cho <jae_hyun.cho@samsung.com> | 2018-05-01 00:20:03 +0900 |
---|---|---|
committer | Jaehyun Cho <jae_hyun.cho@samsung.com> | 2018-05-01 00:40:34 +0900 |
commit | 81f94f5a09f065627b82207092d80bcc8837a9da (patch) | |
tree | 6434ec54fbe8e689f5baeecaf189c18706a36e22 /src/lib/evas/Evas_Eo.h | |
parent | e9b61a89698f20f6d32689a362e9a36d37a2e496 (diff) |
efl_canvas_object: Add event info to animation events in eo
Diffstat (limited to 'src/lib/evas/Evas_Eo.h')
-rw-r--r-- | src/lib/evas/Evas_Eo.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/evas/Evas_Eo.h b/src/lib/evas/Evas_Eo.h index bdd01e60da..9cea6ddc77 100644 --- a/src/lib/evas/Evas_Eo.h +++ b/src/lib/evas/Evas_Eo.h | |||
@@ -136,10 +136,10 @@ struct _Efl_Canvas_Animation_Player_Event_Running | |||
136 | double progress; | 136 | double progress; |
137 | }; | 137 | }; |
138 | 138 | ||
139 | typedef struct Efl_Canvas_Object_Animation_Event | 139 | struct _Efl_Canvas_Object_Animation_Event |
140 | { | 140 | { |
141 | const Efl_Event_Description *event_desc; | 141 | const Efl_Event_Description *event_desc; |
142 | } Efl_Canvas_Object_Animation_Event; | 142 | }; |
143 | 143 | ||
144 | /** | 144 | /** |
145 | * @ingroup Evas_Object_Rectangle | 145 | * @ingroup Evas_Object_Rectangle |