EINA_SAFETY_ON_NULL_RETURN(ec->frame);
ELOGF("TZPOL", "ACTIVATE", ec->pixmap, ec);
+ ec->post_lower = EINA_FALSE;
+ ec->post_raise = EINA_FALSE;
e_policy_wl_activate(ec);
}
evas_object_lower(ec->frame);
else if (ec->post_raise)
evas_object_raise(ec->frame);
+
+ ec->post_lower = EINA_FALSE;
+ ec->post_raise = EINA_FALSE;
}
}
evas_object_lower(ec->frame);
else if (ec->post_raise)
evas_object_raise(ec->frame);
+
+ ec->post_lower = EINA_FALSE;
+ ec->post_raise = EINA_FALSE;
}
}
evas_object_lower(ec->frame);
else if (ec->post_raise)
evas_object_raise(ec->frame);
+
+ ec->post_lower = EINA_FALSE;
+ ec->post_raise = EINA_FALSE;
}
}