tasn pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=824967457abbef721daf23a6fec2c603911fbe3f

commit 824967457abbef721daf23a6fec2c603911fbe3f
Author: Tom Hacohen <t...@stosb.com>
Date:   Tue Jul 7 13:54:10 2015 +0100

    Evas line: Remove obviously wrong default values.
---
 src/lib/evas/canvas/evas_line.eo | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/evas/canvas/evas_line.eo b/src/lib/evas/canvas/evas_line.eo
index 3632ada..e3f5f6d 100644
--- a/src/lib/evas/canvas/evas_line.eo
+++ b/src/lib/evas/canvas/evas_line.eo
@@ -17,8 +17,8 @@ class Evas.Line (Evas.Object)
             ]]
          }
          values {
-            x1: Evas_Coord(0); [[The X coordinate of the first point.]]
-            y1: Evas_Coord(3); [[The Y coordinate of the first point.]]
+            x1: Evas_Coord; [[The X coordinate of the first point.]]
+            y1: Evas_Coord; [[The Y coordinate of the first point.]]
             x2: Evas_Coord; [[The X coordinate of the second point.]]
             y2: Evas_Coord; [[The Y coordinate of the second point.]]
          }

-- 


Reply via email to