The code about `ignored` became useless since following commit from
upstream.
commit
039c08617e6a5049372d2b6e3aa5481c973710fd
Author: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Date: Wed Jan 20 16:20:41 2016 -0500
remove duplicate visibility setting blocks from wayland surface commit
this is already present (and identical) in state commit
Change-Id: I110ee4732890e4e971374cd1f0aa3237628a60a9
EINTERN Eina_Bool
e_comp_wl_surface_commit(E_Client *ec)
{
- Eina_Bool ignored;
int x = 0, y = 0;
_e_comp_wl_surface_state_commit(ec, &ec->comp_data->pending);
e_pixmap_image_clear(ec->pixmap, 1);
}
- ignored = ec->ignored;
-
if (e_comp_wl_subsurface_order_commit(ec))
{
E_Client *topmost = e_comp_wl_topmost_parent_get(ec);
e_comp_wl_subsurface_restack_bg_rectangle(topmost);
}
- ec->ignored = ignored;
-
if (ec->is_cursor && ec->visible)
{
/* ignore cursor changes during resize/move I guess */