tasn pushed a commit to branch master.

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

commit 504cdda35156584874014201ba6cea8491a36a79
Author: Tom Hacohen <t...@stosb.com>
Date:   Thu May 12 12:06:39 2016 +0100

    Efl gfx stroke: Fix namespacing to use . and not _.
---
 src/lib/efl/interfaces/efl_gfx_types.eot | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/efl/interfaces/efl_gfx_types.eot 
b/src/lib/efl/interfaces/efl_gfx_types.eot
index dedef83..d7a85d1 100644
--- a/src/lib/efl/interfaces/efl_gfx_types.eot
+++ b/src/lib/efl/interfaces/efl_gfx_types.eot
@@ -121,7 +121,7 @@ struct Efl.Gfx.Gradient.Stop
   a: int; [[The component A color of the graident stop]]
 }
 
-struct Efl.Gfx.Stroke_Color
+struct Efl.Gfx.Stroke.Color
 {
   [[Internal structure for @Efl.Gfx.Stroke.]]
   r: int;
@@ -139,7 +139,7 @@ struct Efl.Gfx.Stroke
   scale: double;
   width: double;
   centered: double;
-  color: Efl.Gfx.Stroke_Color;
+  color: Efl.Gfx.Stroke.Color;
   dash: Efl.Gfx.Dash*;
   dash_length: uint;
   cap: Efl.Gfx.Cap;

-- 


Reply via email to