e_poilcy_stack: Remove unnecessary updating stack order of sub-surfaces 78/257978/1
authorSeunghun Lee <shiin.lee@samsung.com>
Fri, 7 May 2021 06:44:50 +0000 (15:44 +0900)
committerSeunghun Lee <shiin.lee@samsung.com>
Fri, 7 May 2021 06:59:08 +0000 (15:59 +0900)
Updating stack order of sub-surfaces in this implementation can be
removed since the follwing patch was introduced.

d1e43082e subsurface: Fix messed up stack order of sub-surface

The stack order of sub-surfaces have been being handled by subsurface
implementation since then.

Change-Id: Id05018c3baa7516c3bad81441786c8697aabb044

src/bin/e_policy_stack.c

index 583bff5b10ddd069fe1d08c22b3682cf85f34c52..3385d0f1cea95cc9f5971e99ae786f1037099af0 100644 (file)
@@ -390,7 +390,6 @@ e_policy_stack_below(E_Client *ec, E_Client *below_ec)
    EINA_SAFETY_ON_NULL_RETURN(below_ec->frame);
 
    e_client_stack_below(ec, below_ec);
-   e_comp_wl_subsurface_stack_update(below_ec);
    if (e_config->transient.iconify)
      {
         E_Client *child;
@@ -413,7 +412,6 @@ e_policy_stack_above(E_Client *ec, E_Client *above_ec)
    EINA_SAFETY_ON_NULL_RETURN(above_ec->frame);
 
    e_client_stack_above(ec, above_ec);
-   e_comp_wl_subsurface_stack_update(above_ec);
    if (e_config->transient.iconify)
      {
         E_Client *child;