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
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;
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;