discomfitor pushed a commit to branch master.

commit 738e8d5d4ac59e6184e47b9617675b39fb1e049b
Author: Mike Blumenkrantz <[email protected]>
Date:   Thu May 23 10:42:51 2013 +0100

    set pass events on effect_obj for comp wins instead of shobj; fixes dnd 
window finding algorithm
---
 src/bin/e_comp.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/e_comp.h b/src/bin/e_comp.h
index c63513a..ff4b06a 100644
--- a/src/bin/e_comp.h
+++ b/src/bin/e_comp.h
@@ -296,7 +296,7 @@ e_comp_win_ignore_events_set(E_Comp_Win *cw, Eina_Bool 
ignore)
 {
    EINA_SAFETY_ON_NULL_RETURN(cw);
    ignore = !!ignore;
-   evas_object_pass_events_set(cw->shobj, ignore);
+   evas_object_pass_events_set(cw->effect_obj, ignore);
 }
 
 static inline unsigned int

-- 

------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may

Reply via email to