return updates_full state from e_comp_object_damage_exists()

This commit is contained in:
Mike Blumenkrantz 2017-07-28 13:49:31 -04:00
parent a1e9b9bf0f
commit ae748e6487
1 changed files with 1 additions and 1 deletions

View File

@ -3778,7 +3778,7 @@ E_API Eina_Bool
e_comp_object_damage_exists(Evas_Object *obj)
{
API_ENTRY EINA_FALSE;
return cw->updates_exist;
return cw->updates_exist || cw->updates_full;
}
E_API void