discomfitor pushed a commit to branch master.

commit 9d8a1c0a75a80273e6e5d1ac1283d631e97a353d
Author: Mike Blumenkrantz <[email protected]>
Date:   Mon May 20 08:59:33 2013 +0100

    ignore comp shapes which have pass events set
---
 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 fee635b..58e6cdd 100644
--- a/src/bin/e_comp.c
+++ b/src/bin/e_comp.c
@@ -3732,7 +3732,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))
+   if (cw->invalid || cw->real_hid || (!cw->visible) || (!cw->shape->visible) 
|| evas_object_pass_events_get(cw->shobj))
      {
         SHAPE_DBG("SKIPPING SHAPE");
         return;

-- 

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d

Reply via email to