grab comp input on wizard start

without this, windows can randomly grab keyboard input and prevent
fast forwarding
This commit is contained in:
Mike Blumenkrantz 2016-03-11 17:18:57 -05:00
parent 9c829d5f25
commit d2cc427505
1 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,8 @@ e_wizard_init(void)
pops = eina_list_append(pops, _e_wizard_extra_new(zone));
}
e_comp_grab_input(1, 1);
E_LIST_HANDLER_APPEND(handlers, EFREET_EVENT_DESKTOP_CACHE_BUILD,
_e_wizard_cb_desktops_update, NULL);