efl: rename Efl.Event.Animator_Tick -> Efl.Event_Animator_Tick

This commit is contained in:
Xavi Artigas 2018-05-22 17:11:31 +02:00 committed by Daniel Kolesa
parent 18ae917be6
commit 7a427b3bfc
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
import eina_types;
struct Efl.Event.Animator_Tick {
struct Efl.Event_Animator_Tick {
[[EFL event animator tick data structure]]
update_area: Eina.Rect; [[Area of the canvas that will be pushed to screen.]]
}
@ -10,6 +10,6 @@ interface Efl.Animator {
eo_prefix: efl_animator;
event_prefix: efl;
events {
animator,tick: Efl.Event.Animator_Tick; [[Animator tick synchronized with screen vsync if possible.]]
animator,tick: Efl.Event_Animator_Tick; [[Animator tick synchronized with screen vsync if possible.]]
}
}