discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=ae748e648722544f22d963998092cf3569fcadf0

commit ae748e648722544f22d963998092cf3569fcadf0
Author: Mike Blumenkrantz <[email protected]>
Date:   Fri Jul 28 13:49:31 2017 -0400

    return updates_full state from e_comp_object_damage_exists()
---
 src/bin/e_comp_object.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/e_comp_object.c b/src/bin/e_comp_object.c
index 50356569b..20c0379a9 100644
--- a/src/bin/e_comp_object.c
+++ b/src/bin/e_comp_object.c
@@ -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

-- 


Reply via email to