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

devs/sachiel/e19
Mike Blumenkrantz 11 years ago
parent 15933c43a0
commit 738e8d5d4a
  1. 2
      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

Loading…
Cancel
Save