From 9c494489e83976f5702d7a9332457abd4c7a3647 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Andre Date: Tue, 16 May 2017 17:46:36 +0900 Subject: [PATCH] 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 --- src/lib/efl/interfaces/efl_text_types.eot | 2 ++ src/lib/evas/canvas/evas_types.eot | 2 -- 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]]