projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9b6508
)
add RENDER_DEBUG for forced renders when setting dirty flag
author
Mike Blumenkrantz
<zmike@osg.samsung.com>
Fri, 2 Oct 2015 17:40:55 +0000
(13:40 -0400)
committer
Mike Blumenkrantz
<zmike@osg.samsung.com>
Fri, 2 Oct 2015 17:57:29 +0000
(13:57 -0400)
src/bin/e_comp_object.c
patch
|
blob
|
history
diff --git
a/src/bin/e_comp_object.c
b/src/bin/e_comp_object.c
index
77d4ab5
..
429a831
100644
(file)
--- a/
src/bin/e_comp_object.c
+++ b/
src/bin/e_comp_object.c
@@
-3571,6
+3571,7
@@
e_comp_object_dirty(Evas_Object *obj)
evas_object_smart_callback_call(obj, "dirty", NULL);
if (cw->visible || (!visible) || (!cw->pending_updates) || cw->native) return;
/* force render if main object is hidden but mirrors are visible */
+ RENDER_DEBUG("FORCING RENDER %p", cw->ec);
e_comp_object_render(obj);
}