devilhorns pushed a commit to branch master.

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

commit 28c8392a5c10f6b70e45cad1c43c07cf925ba839
Author: Chris Michael <cp.mich...@samsung.com>
Date:   Wed Jul 1 12:20:32 2015 -0400

    correctly fix check for compositor in e_grabinput
    
    Signed-off-by: Chris Michael <cp.mich...@samsung.com>
---
 src/bin/e_grabinput.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/e_grabinput.c b/src/bin/e_grabinput.c
index abd6049..01daa83 100644
--- a/src/bin/e_grabinput.c
+++ b/src/bin/e_grabinput.c
@@ -198,7 +198,7 @@ e_grabinput_mouse_win_get(void)
 static Eina_Bool
 _e_grabinput_focus_check(void *data EINA_UNUSED)
 {
-   if (e_comp->comp_type != E_PIXMAP_TYPE_X)
+   if (!e_comp->root)
      {
         focus_fix_timer = NULL;
         return EINA_FALSE;

-- 


Reply via email to