summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Blumenkrantz <zmike@osg.samsung.com>2017-07-28 13:49:31 -0400
committerMike Blumenkrantz <zmike@osg.samsung.com>2017-07-28 16:21:32 -0400
commitefcb9a308d882675b8ad598925880e14e6e35eb2 (patch)
treeb762d91d94b108444c6253951800a4266485c360
parent39963066aeb4cde200038bc42d0603b3fd69c2c0 (diff)
downloadenlightenment-efcb9a308d882675b8ad598925880e14e6e35eb2.tar.gz
return updates_full state from e_comp_object_damage_exists()
-rw-r--r--src/bin/e_comp_object.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/e_comp_object.c b/src/bin/e_comp_object.c
index 8d7eae819f..465a198880 100644
--- a/src/bin/e_comp_object.c
+++ b/src/bin/e_comp_object.c
@@ -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