Efl gfx stroke: Fix namespacing to use . and not _.

This commit is contained in:
Tom Hacohen 2016-05-12 12:06:39 +01:00
parent 7c96c972bd
commit 504cdda351
1 changed files with 2 additions and 2 deletions

View 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;