discomfitor pushed a commit to branch enlightenment-0.20.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=ecc85af47ad110a18671eb77affb5a02355fcd18

commit ecc85af47ad110a18671eb77affb5a02355fcd18
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Fri Mar 11 17:18:57 2016 -0500

    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 ddbc553..b5acefb 100644
--- a/src/modules/wizard/e_wizard.c
+++ b/src/modules/wizard/e_wizard.c
@@ -45,6 +45,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);
 

-- 


Reply via email to