set pass events on effect_obj for comp wins instead of shobj; fixes dnd window finding algorithm

This commit is contained in:
Mike Blumenkrantz 2013-05-23 10:42:51 +01:00
parent 15933c43a0
commit 738e8d5d4a
1 changed files with 1 additions and 1 deletions

View File

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