set pass events on override windows to fix things like desktop recording

This commit is contained in:
Mike Blumenkrantz 2013-05-21 11:19:26 +01:00
parent b307dee904
commit 9e16026e04
1 changed files with 2 additions and 0 deletions

View File

@ -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);