tasn pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=9eef6deea91a6b945daa6c91c556200a57ba8f30

commit 9eef6deea91a6b945daa6c91c556200a57ba8f30
Author: Tom Hacohen <t...@stosb.com>
Date:   Mon Jun 1 11:06:48 2015 +0100

    Evas polygon: Migrate types to .eo files.
---
 src/lib/evas/canvas/evas_polygon.eo | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/evas/canvas/evas_polygon.eo 
b/src/lib/evas/canvas/evas_polygon.eo
index 92b9aca..07b8956 100644
--- a/src/lib/evas/canvas/evas_polygon.eo
+++ b/src/lib/evas/canvas/evas_polygon.eo
@@ -8,8 +8,8 @@ class Evas.Polygon (Evas.Object)
          Adds the given point to the given evas polygon object.
          @ingroup Evas_Polygon_Group */
          params {
-            @in x: Evas_Coord; /*@ The X coordinate of the given point. */
-            @in y: Evas_Coord; /*@ The Y coordinate of the given point. */
+            @in x: Evas.Coord; /*@ The X coordinate of the given point. */
+            @in y: Evas.Coord; /*@ The Y coordinate of the given point. */
          }
       }
       points_clear {

-- 


Reply via email to