discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=21da3ed343914a648c6d5a0e17e0c736a93d78c7
commit 21da3ed343914a648c6d5a0e17e0c736a93d78c7 Author: Mike Blumenkrantz <[email protected]> Date: Fri Aug 22 18:13:26 2014 -0400 use comp object api function for shape cutting to prevent mirrors from getting shapes cut --- src/bin/e_comp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_comp.c b/src/bin/e_comp.c index 7fade4e..0af36f3 100644 --- a/src/bin/e_comp.c +++ b/src/bin/e_comp.c @@ -727,7 +727,7 @@ _e_comp_shapes_update_job(E_Comp *c) _e_comp_shapes_update_object_shape_comp_helper(c, o, tb); continue; } - ec = evas_object_data_get(o, "E_Client"); + ec = e_comp_object_client_get(o); if (ec && (!ec->no_shape_cut)) _e_comp_shapes_update_comp_client_shape_comp_helper(ec, tb #ifdef SHAPE_DEBUG --
