discomfitor pushed a commit to branch master.

commit 9e16026e0463b9875174ee61308fcc7bdb0bf164
Author: Mike Blumenkrantz <[email protected]>
Date:   Tue May 21 11:19:26 2013 +0100

    set pass events on override windows to fix things like desktop recording
---
 src/bin/e_comp.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/bin/e_comp.c b/src/bin/e_comp.c
index 7a1cb6d..df7461c 100644
--- a/src/bin/e_comp.c
+++ b/src/bin/e_comp.c
@@ -2224,6 +2224,8 @@ _e_comp_win_add(E_Comp *c, Ecore_X_Window win, E_Border 
*bd)
         evas_object_image_colorspace_set(cw->obj, EVAS_COLORSPACE_ARGB8888);
         if (cw->argb) evas_object_image_alpha_set(cw->obj, 1);
         else evas_object_image_alpha_set(cw->obj, 0);
+        if (cw->override)
+          evas_object_pass_events_set(cw->effect_obj, EINA_TRUE);
 
         _e_comp_win_shadow_setup(cw);
         edje_object_part_swallow(cw->effect_obj, "e.swallow.content", 
cw->shobj);

-- 

------------------------------------------------------------------------------
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