evas/evas_events - trivial changes

SVN revision: 63953
This commit is contained in:
ChunEon Park 2011-10-10 08:52:08 +00:00
parent 371874381b
commit af25636ab8
1 changed files with 1 additions and 3 deletions

View File

@ -122,9 +122,7 @@ evas_event_objects_event_list(Evas *e, Evas_Object *stop, int x, int y)
if (!e->layers) return NULL;
EINA_INLIST_REVERSE_FOREACH((EINA_INLIST_GET(e->layers)), lay)
{
int norep;
norep = 0;
int norep = 0;
in = _evas_event_object_list_in_get(e, in,
EINA_INLIST_GET(lay->objects),
stop, x, y, &norep);