Revert "subsurface: fix not being able to update stack by place_below_parent." 39/246839/1
authorDoyoun Kang <doyoun.kang@samsung.com>
Wed, 4 Nov 2020 11:45:09 +0000 (20:45 +0900)
committerDoyoun Kang <doyoun.kang@samsung.com>
Wed, 4 Nov 2020 11:48:47 +0000 (20:48 +0900)
This reverts commit c1e727fb2bd951f4fdca2da87418d2047d5fe0ba.

Change-Id: Idba380e97acc07c733eb7fd429b572b314a13fe4

src/bin/e_policy_wl.c

index b053b6c..c61a7a7 100644 (file)
@@ -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