From 21da3ed343914a648c6d5a0e17e0c736a93d78c7 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Fri, 22 Aug 2014 18:13:26 -0400 Subject: [PATCH] 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 7fade4e7e..0af36f30e 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