From: jinbong.lee Date: Wed, 2 Oct 2024 07:32:33 +0000 (+0900) Subject: Apply e_zone's interfaces X-Git-Tag: accepted/tizen/unified/20241114.153916~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d330102cffe5ad15359f6793131eea30cb0b340b;p=platform%2Fcore%2Fuifw%2Fe-mod-tizen-wl-textinput.git Apply e_zone's interfaces Change-Id: Id151ab3f32335a4523d7ab69e33e377208cc00cf --- diff --git a/src/e_mod_input_panel.c b/src/e_mod_input_panel.c index b3e3b2b..93e6d11 100644 --- a/src/e_mod_input_panel.c +++ b/src/e_mod_input_panel.c @@ -1695,7 +1695,7 @@ e_input_panel_floating_position_set(int x, int y) if (floating_ips->showing) cur_angle = floating_ec->e.state.rot.ang.curr; else - cur_angle = floating_ec->zone->rot.curr; + cur_angle = e_zone_rotation_curr_angle_get(floating_ec->zone); LOGI("current angle : %d", cur_angle); switch (cur_angle) diff --git a/src/e_mod_main.c b/src/e_mod_main.c index 6a2b686..127bc78 100644 --- a/src/e_mod_main.c +++ b/src/e_mod_main.c @@ -497,7 +497,7 @@ _input_panel_hide(struct wl_client *client, struct wl_resource *resource, Eina_B ecore_thread_main_loop_begin(); effect_run = e_input_panel_is_effect_running(); ecore_thread_main_loop_end(); - if (zone && (zone->display_state == E_ZONE_DISPLAY_STATE_OFF)) + if (zone && (e_zone_display_state_get(zone) == E_ZONE_DISPLAY_STATE_OFF)) timeout = 0.0f; else if (effect_run) timeout = 0.0f;