tasn pushed a commit to branch master.

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

commit fab9bd38c86618be9b9c3bd9cfe271bb41c06880
Author: Tom Hacohen <t...@stosb.com>
Date:   Tue Feb 16 14:25:15 2016 +0000

    Efl gfx shape: Fix Eolian warnings.
    
    This includes either migrating types to eolian, fixing namespace or
    importing extra types.
---
 src/lib/efl/interfaces/efl_gfx_shape.eo | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/src/lib/efl/interfaces/efl_gfx_shape.eo 
b/src/lib/efl/interfaces/efl_gfx_shape.eo
index f70571e..cd5ea68 100644
--- a/src/lib/efl/interfaces/efl_gfx_shape.eo
+++ b/src/lib/efl/interfaces/efl_gfx_shape.eo
@@ -1,4 +1,5 @@
 import eina_types;
+import efl_gfx_types;
 
 mixin Efl.Gfx.Shape
 {
@@ -78,7 +79,7 @@ mixin Efl.Gfx.Shape
             [[Not Implemented]]
          }
          values {
-            dash: const(Efl_Gfx_Dash) *;
+            dash: const(Efl.Gfx.Dash) *;
             length: uint;
          }
       }
@@ -100,7 +101,7 @@ mixin Efl.Gfx.Shape
             ]]
          }
          values {
-            c: Efl_Gfx_Cap; [[cap style to use, default is EFL_GFX_CAP_BUTT]]
+            c: Efl.Gfx.Cap; [[cap style to use, default is EFL_GFX_CAP_BUTT]]
          }
       }
       @property stroke_join {
@@ -122,7 +123,7 @@ mixin Efl.Gfx.Shape
             ]]
          }
          values {
-            j: Efl_Gfx_Join; [[join style to use, default is 
EFL_GFX_JOIN_MITER]]
+            j: Efl.Gfx.Join; [[join style to use, default is 
EFL_GFX_JOIN_MITER]]
          }
       }
       @property fill_rule {
@@ -140,7 +141,7 @@ mixin Efl.Gfx.Shape
             ]]
          }
          values {
-            fill_rule: Efl_Gfx_Fill_Rule; [[The current fill rule of the shape 
object.
+            fill_rule: Efl.Gfx.Fill.Rule; [[The current fill rule of the shape 
object.
                                            One of $EFL_GFX_FILL_RULE_WINDING, 
$EFL_GFX_FILL_RULE_ODD_EVEN]]
          }
       }
@@ -161,7 +162,7 @@ mixin Efl.Gfx.Shape
             ]]
          }
          values {
-            op: const(Efl_Gfx_Path_Command) *; [[command list]]
+            op: const(Efl.Gfx.Path.Command_Type) *; [[command list]]
             points: const(double) *; [[point list]]
          }
       }

-- 


Reply via email to