Efl gfx stroke: Fix namespacing to use . and not _.
authorTom Hacohen <tom@stosb.com>
Thu, 12 May 2016 11:06:39 +0000 (12:06 +0100)
committerTom Hacohen <tom@stosb.com>
Thu, 12 May 2016 11:20:34 +0000 (12:20 +0100)
src/lib/efl/interfaces/efl_gfx_types.eot

index dedef83..d7a85d1 100644 (file)
@@ -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;