diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/efl/interfaces/efl_animator.eo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/efl/interfaces/efl_animator.eo b/src/lib/efl/interfaces/efl_animator.eo index ac7e86ba28..ca969d99fe 100644 --- a/src/lib/efl/interfaces/efl_animator.eo +++ b/src/lib/efl/interfaces/efl_animator.eo | |||
@@ -1,6 +1,6 @@ | |||
1 | import eina_types; | 1 | import eina_types; |
2 | 2 | ||
3 | struct Efl.Event.Animator_Tick { | 3 | struct Efl.Event_Animator_Tick { |
4 | [[EFL event animator tick data structure]] | 4 | [[EFL event animator tick data structure]] |
5 | update_area: Eina.Rect; [[Area of the canvas that will be pushed to screen.]] | 5 | update_area: Eina.Rect; [[Area of the canvas that will be pushed to screen.]] |
6 | } | 6 | } |
@@ -10,6 +10,6 @@ interface Efl.Animator { | |||
10 | eo_prefix: efl_animator; | 10 | eo_prefix: efl_animator; |
11 | event_prefix: efl; | 11 | event_prefix: efl; |
12 | events { | 12 | events { |
13 | animator,tick: Efl.Event.Animator_Tick; [[Animator tick synchronized with screen vsync if possible.]] | 13 | animator,tick: Efl.Event_Animator_Tick; [[Animator tick synchronized with screen vsync if possible.]] |
14 | } | 14 | } |
15 | } | 15 | } |