tasn pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=87e7d2f200dbe4d536e5875c720d6006c8dfefe0

commit 87e7d2f200dbe4d536e5875c720d6006c8dfefe0
Author: Tom Hacohen <t...@stosb.com>
Date:   Mon Jun 1 14:04:09 2015 +0100

    Eo types: Fix Eina.Rectangle's namespace.
---
 src/lib/eo/eina_types.eot          | 2 +-
 src/lib/evas/canvas/efl_vg_base.eo | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/eo/eina_types.eot b/src/lib/eo/eina_types.eot
index 070d55d..2888e92 100644
--- a/src/lib/eo/eina_types.eot
+++ b/src/lib/eo/eina_types.eot
@@ -1,6 +1,6 @@
 /* FIXME: Move to Eina when we decide they are handled properly. */
-struct @extern Eina_Rectangle {
 type @extern Eina.Stringshare: const(char) *;
+struct @extern Eina.Rectangle {
     x: int;
     y: int;
     w: int;
diff --git a/src/lib/evas/canvas/efl_vg_base.eo 
b/src/lib/evas/canvas/efl_vg_base.eo
index 3b48b9c..c69057c 100644
--- a/src/lib/evas/canvas/efl_vg_base.eo
+++ b/src/lib/evas/canvas/efl_vg_base.eo
@@ -66,7 +66,7 @@ abstract Efl.VG.Base (Eo.Base, Efl.Gfx.Base, Efl.Gfx.Stack)
           @since 1.14
          */
          params {
-            @out r: Eina_Rectangle; /*@ bounding box to be returned */
+            @out r: Eina.Rectangle; /*@ bounding box to be returned */
          }
       }
    }

-- 


Reply via email to