discomfitor pushed a commit to branch master.
commit a6245c5c4a6960e76aa511ccebf8b1f86873814f
Author: Mike Blumenkrantz <[email protected]>
Date: Tue Jun 25 09:18:29 2013 +0100
check ignore flags on effect_obj when cutting comp shapes
---
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 4827398..6b6bd72 100644
--- a/src/bin/e_comp.c
+++ b/src/bin/e_comp.c
@@ -3757,7 +3757,7 @@
_e_comp_shapes_update_comp_win_shape_comp_helper(E_Comp_Win *cw, Eina_Tiler *tb)
SHAPE_INF("IGNORING DELETED: %u", cw->win);
return;
}
- if (cw->invalid || cw->real_hid || (!cw->visible) || (!cw->shape->visible)
|| evas_object_pass_events_get(cw->shobj))
+ if (cw->invalid || cw->real_hid || (!cw->visible) || (!cw->shape->visible)
|| evas_object_pass_events_get(cw->effect_obj) ||
evas_object_pass_events_get(cw->shobj))
{
SHAPE_DBG("SKIPPING SHAPE");
return;
--
------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:
Build for Windows Store.
http://p.sf.net/sfu/windows-dev2dev