efl_gfx_types: remove pointer

This commit is contained in:
Daniel Kolesa 2016-11-03 16:42:44 +01:00
parent f116310757
commit 50c9ef12df
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ struct Efl.Gfx.Stroke
width: double; [[Stroke width]]
centered: double; [[Stroke centered]]
color: Efl.Gfx.Stroke.Color; [[Stroke color]]
dash: Efl.Gfx.Dash*; [[Stroke dash]]
dash: ptr(Efl.Gfx.Dash); [[Stroke dash]]
dash_length: uint; [[Stroke dash length]]
cap: Efl.Gfx.Cap; [[Stroke cap]]
join: Efl.Gfx.Join; [[Stroke join]]