efl_selection_manager: fix build on MacOS and WL2.

This commit is contained in:
Alastair Poole 2018-04-06 16:11:41 +01:00
parent 67be5b427a
commit 10fb87bbcd
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ _owner_change_check(Efl_Selection_Manager *manager, Efl_Object *owner,
#if defined(HAVE_ELEMENTARY_WL2) || defined(HAVE_ELEMENTARY_COCOA)
if (seat_sel2->sel)
{
seat_sel2->sel->xwin = 0;
seat_sel2->sel->win = 0;
seat_sel2->sel->active = EINA_FALSE;
}
#endif