From 10b2e407d0a002ef4bc5987cbdafea5fd62952e6 Mon Sep 17 00:00:00 2001 From: Yeongjong Lee Date: Wed, 27 Mar 2019 16:33:56 +0900 Subject: [PATCH] migration: remove beta tags. It will fix build error @tizen_fix Change-Id: I87a3905bd0f81af5f6182f8f96f29a71679169d3 --- src/lib/efl/interfaces/efl_input_types.eot | 4 ++-- src/lib/evas/canvas/evas_canvas3d_types.eot | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib/efl/interfaces/efl_input_types.eot b/src/lib/efl/interfaces/efl_input_types.eot index eb5f8ed..7425533 100644 --- a/src/lib/efl/interfaces/efl_input_types.eot +++ b/src/lib/efl/interfaces/efl_input_types.eot @@ -18,7 +18,7 @@ enum @beta Efl.Pointer.Action axis, [[Axis event (pen, stick, ...).]] } -enum @beta Efl.Pointer.Flags +enum Efl.Pointer.Flags { [[Pointer flags indicating whether a double or triple click is under way. @@ -48,7 +48,7 @@ enum @beta Efl.Input.Flags actually perform anything.]] } -enum @beta Efl.Input.Object_Pointer_Mode { +enum Efl.Input.Object_Pointer_Mode { [[How the mouse pointer should be handled by EFL. In the mode $autograb, when a mouse button is pressed down over an diff --git a/src/lib/evas/canvas/evas_canvas3d_types.eot b/src/lib/evas/canvas/evas_canvas3d_types.eot index 81e3030..5f3dc87 100644 --- a/src/lib/evas/canvas/evas_canvas3d_types.eot +++ b/src/lib/evas/canvas/evas_canvas3d_types.eot @@ -1,7 +1,7 @@ // ---------------------------------------------------------------------------- // All the below types are for Evas 3D -type @beta Evas.Real: double; [[A type for floating value]] +type Evas.Real: double; [[A type for floating value]] enum @beta Evas.Canvas3D.Object_Type { -- 2.7.4