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 39963066ae
commit efcb9a308d
1 changed files with 1 additions and 1 deletions

View File

@ -3617,7 +3617,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