diff options
author | Xavi Artigas <xavierartigas@yahoo.es> | 2018-05-22 17:11:31 +0200 |
---|---|---|
committer | Daniel Kolesa <d.kolesa@samsung.com> | 2018-05-23 17:33:47 +0200 |
commit | 7a427b3bfca09ae270ed33783bd5e8db58d5eba3 (patch) | |
tree | 831060a7fdf4289900e9e5a18a0761d548a0cb1f /src/lib | |
parent | 18ae917be6e699294d8e2f6ef3d36700913c6f56 (diff) |
efl: rename Efl.Event.Animator_Tick -> Efl.Event_Animator_Tick
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 | } |