From: Doyoun Kang Date: Wed, 4 Nov 2020 11:45:09 +0000 (+0900) Subject: Revert "subsurface: fix not being able to update stack by place_below_parent." X-Git-Tag: submit/tizen/20201105.050753~14 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=06c5c2df48051227d4b7e5041226043749abc67b;p=platform%2Fupstream%2Fenlightenment.git Revert "subsurface: fix not being able to update stack by place_below_parent." This reverts commit c1e727fb2bd951f4fdca2da87418d2047d5fe0ba. Change-Id: Idba380e97acc07c733eb7fd429b572b314a13fe4 --- diff --git a/src/bin/e_policy_wl.c b/src/bin/e_policy_wl.c index b053b6ce99..c61a7a788f 100644 --- a/src/bin/e_policy_wl.c +++ b/src/bin/e_policy_wl.c @@ -2060,16 +2060,6 @@ _tzpol_iface_cb_subsurf_place_below_parent(struct wl_client *client EINA_UNUSED, epc->comp_data->sub.list_pending = eina_list_remove(epc->comp_data->sub.list_pending, ec); epc->comp_data->sub.below_list = eina_list_append(epc->comp_data->sub.below_list, ec); epc->comp_data->sub.list_changed = EINA_TRUE; - - /* NOTE - * The stacking order of sub-surface should be actually updated when state - * of its immediate parent is applied according to the wl_subsurface - * description. However, let this API associated with - * tizen_policy.subsurface_place_below_parent be excepted. Otherwise this - * API can't support backward comatibility. Clients of wayland server - * have been assuming that changing stacking order by this API will be - * applied regardless of state of its parent. */ - e_comp_wl_subsurface_order_commit(epc); } static void