elm - sel manager - fix windows build with selection vars

This commit is contained in:
Carsten Haitzler 2018-04-24 01:36:44 +09:00
parent f7826ea1af
commit f805cc2be9
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].xwin = 0; seat_sel2->sel_list[i].win = 0;
seat_sel2->sel_list[i].active = EINA_FALSE; seat_sel2->sel_list[i].active = EINA_FALSE;
} }
} }