summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Hacohen <tom@stosb.com>2016-05-12 12:06:39 +0100
committerTom Hacohen <tom@stosb.com>2016-05-12 12:20:34 +0100
commit504cdda35156584874014201ba6cea8491a36a79 (patch)
treefd9cd229b12a4cee99502881b2541eb365f0b4a2
parent7c96c972bdaadf486fc1cc97da0e2aa560a55358 (diff)
downloadefl-504cdda35156584874014201ba6cea8491a36a79.tar.gz
Efl gfx stroke: Fix namespacing to use . and not _.
-rw-r--r--src/lib/efl/interfaces/efl_gfx_types.eot4
1 files 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 dedef830bd..d7a85d195f 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;