summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Philippe Andre <jp.andre@samsung.com>2017-05-16 17:46:36 +0900
committerJean-Philippe Andre <jp.andre@samsung.com>2017-05-16 20:47:49 +0900
commit9c494489e83976f5702d7a9332457abd4c7a3647 (patch)
treef5aa9ebc210d03ae83e82f4216a254e492ebc340
parent01d48863286a78cdf8654806806cf17b3f448c2f (diff)
downloadefl-9c494489e83976f5702d7a9332457abd4c7a3647.tar.gz
evas: Remove Efl.Canvas.Text.Annotation from evas_types.eot
This moves it to efl/interfaces which may not be the best... @herdsman should know where to place this opaque definition. Ref T5312
-rw-r--r--src/lib/efl/interfaces/efl_text_types.eot2
-rw-r--r--src/lib/evas/canvas/evas_types.eot2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/efl/interfaces/efl_text_types.eot b/src/lib/efl/interfaces/efl_text_types.eot
index 199fdb04c7..b9d54a8e23 100644
--- a/src/lib/efl/interfaces/efl_text_types.eot
+++ b/src/lib/efl/interfaces/efl_text_types.eot
@@ -6,3 +6,5 @@ enum Efl.Text.Bidirectional_Type {
rtl, [[Right to left text type]]
inherit [[Inherit text type]]
}
+
+struct Efl.Canvas.Text.Annotation; [[EFL text annotations data structure]]
diff --git a/src/lib/evas/canvas/evas_types.eot b/src/lib/evas/canvas/evas_types.eot
index 3e706cdfe9..84153ae201 100644
--- a/src/lib/evas/canvas/evas_types.eot
+++ b/src/lib/evas/canvas/evas_types.eot
@@ -290,5 +290,3 @@ enum Evas.Canvas3D.Material_Attrib
}
type Evas.Canvas3D.Surface_Func: __undefined_type; [[Evas 3D canvas surface function type]]
-
-struct Efl.Canvas.Text.Annotation; [[EFL text annotations data structure]]