Efl animator: Fix Eolian warnings.
authorTom Hacohen <tom@stosb.com>
Fri, 12 Feb 2016 14:32:36 +0000 (14:32 +0000)
committerTom Hacohen <tom@stosb.com>
Fri, 12 Feb 2016 14:32:36 +0000 (14:32 +0000)
This includes either migrating types to eolian, fixing namespace or
importing extra types.

src/lib/efl/interfaces/efl_core_animator.eo

index b6990d7..f652ec8 100644 (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.]]
 }