Efl animator: Fix Eolian warnings.

This includes either migrating types to eolian, fixing namespace or
importing extra types.
This commit is contained in:
Tom Hacohen 2016-02-12 14:32:36 +00:00
parent 08ca3a5623
commit 3bb5b9d6b0
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
import eina_types;
struct Efl.Core.Event.Animator_Tick {
update_area: Eina.Rectangle; [[Area of the canvas that will be pushed to screen.]]
}