From d2cc427505bfc7c9a273e19b88fd3d0c84148f43 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Fri, 11 Mar 2016 17:18:57 -0500 Subject: [PATCH] grab comp input on wizard start without this, windows can randomly grab keyboard input and prevent fast forwarding --- src/modules/wizard/e_wizard.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/modules/wizard/e_wizard.c b/src/modules/wizard/e_wizard.c index 60a87e309..db078ffc7 100644 --- a/src/modules/wizard/e_wizard.c +++ b/src/modules/wizard/e_wizard.c @@ -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);