efl_selection: return wayland seat id if present

Summary:
We looked it up, we probably wanted to return it?
Depends on D6128

Reviewers: zmike, cedric

Reviewed By: zmike

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D6129
This commit is contained in:
Derek Foreman 2018-05-08 13:26:50 -05:00
parent ed60eddff5
commit 1ced5e65fd
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ _wl_default_seat_id_get(Evas_Object *obj)
EINA_ITERATOR_FOREACH(it, input) break;
eina_iterator_free(it);
if (input)
ecore_wl2_input_seat_id_get(input);
return ecore_wl2_input_seat_id_get(input);
}
}