From: Wonki Kim Date: Wed, 30 May 2018 06:48:34 +0000 (+0900) Subject: migration: fix build error X-Git-Tag: submit/tizen/20180913.054954~18 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ba6e47d7b13ad01e11d08ce2c96cd2ea5ed7b62f;p=platform%2Fcore%2Fuifw%2Fefl-ext.git migration: fix build error Change-Id: I6084a27f381637b312be1612db34a1fb61e808f2 Signed-off-by: Wonki Kim --- diff --git a/src/mobile/eext_floatingbutton.c b/src/mobile/eext_floatingbutton.c index 40faed1..90a9868 100644 --- a/src/mobile/eext_floatingbutton.c +++ b/src/mobile/eext_floatingbutton.c @@ -70,7 +70,7 @@ typedef struct _Eext_Floatingbutton_Data { Eo *obj; Evas_Object *box; Evas_Object *vg; - Efl_Canvas_VG_Shape *base_shape; + Efl_Canvas_Vg_Shape *base_shape; Ecore_Animator *anim; Evas_Object *btn1; diff --git a/src/mobile/eext_floatingbutton.eo b/src/mobile/eext_floatingbutton.eo index 67a0b3b..8a955be 100644 --- a/src/mobile/eext_floatingbutton.eo +++ b/src/mobile/eext_floatingbutton.eo @@ -17,7 +17,7 @@ enum Eext.Floatingbutton.Mode { last [[ indicates the last, do not use this ]] } -class Eext.Floatingbutton (Efl.Ui.Layout, Efl.Access.Component) { +class Eext.Floatingbutton (Efl.Ui.Layout.Object, Efl.Access.Component) { eo_prefix: eext_ui_floatingbutton; methods { @property floatingbutton_pos {