elementary: fix build on X11.

@fix
This commit is contained in:
Alastair Poole 2018-04-23 20:41:38 +01:00
parent 73c04ecb4b
commit bbd4247d6a
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ _owner_change_check(Efl_Selection_Manager *manager, Efl_Object *owner,
i < (EFL_SELECTION_TYPE_CLIPBOARD + 1) i < (EFL_SELECTION_TYPE_CLIPBOARD + 1)
; i++) ; i++)
{ {
seat_sel2->sel_list[i].win = 0; seat_sel2->sel_list[i].xwin = 0;
seat_sel2->sel_list[i].active = EINA_FALSE; seat_sel2->sel_list[i].active = EINA_FALSE;
} }
} }