evas: Remove Efl.Canvas.Text.Annotation from evas_types.eot
authorJean-Philippe Andre <jp.andre@samsung.com>
Tue, 16 May 2017 08:46:36 +0000 (17:46 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Tue, 16 May 2017 11:47:49 +0000 (20:47 +0900)
This moves it to efl/interfaces which may not be the best...
@herdsman should know where to place this opaque definition.

Ref T5312

src/lib/efl/interfaces/efl_text_types.eot
src/lib/evas/canvas/evas_types.eot

index 199fdb0..b9d54a8 100644 (file)
@@ -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]]
index 3e706cd..84153ae 100644 (file)
@@ -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]]