If the window is unmapped which is under grabbing job, then e cancel the job grab.
And ec's visibility is set to unobscured temporarily because e should send the
fully-obscured event to notice app side.
Change-Id: I1c2213b416c13e47cda379b2ed0eb0313433838a
/* get the client for this resource */
if ((ec = wl_resource_get_user_data(resource)))
{
+ if (e_policy_visibility_client_grab_cancel(ec))
+ {
+ ELOGF("POL_VIS", "CLIENT VIS ON(temp).", ec->pixmap, ec);
+ ec->visibility.obscured = E_VISIBILITY_UNOBSCURED;
+ ec->visibility.changed = 1;
+ }
+
if ((e_object_unref(E_OBJECT(ec))) &&
(!e_object_is_del(E_OBJECT(ec))))
{