From 28c8392a5c10f6b70e45cad1c43c07cf925ba839 Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Wed, 1 Jul 2015 12:20:32 -0400 Subject: [PATCH] correctly fix check for compositor in e_grabinput Signed-off-by: Chris Michael --- 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; -- 2.7.4