From bf19cdf337f09ce5a65a68f17590b37c89ebb986 Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Wed, 1 Jul 2015 12:23:40 -0400 Subject: [PATCH] correctly fix check for x11 compositor in e_xkb Signed-off-by: Chris Michael --- src/bin/e_xkb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_xkb.c b/src/bin/e_xkb.c index c258bc7b1..7ea6ecc7f 100644 --- a/src/bin/e_xkb.c +++ b/src/bin/e_xkb.c @@ -65,7 +65,7 @@ e_xkb_update(int cur_group) { _e_xkb_cur_group = cur_group; #ifndef HAVE_WAYLAND_ONLY - if (e_comp->comp_type == E_PIXMAP_TYPE_X) + if (e_comp->root) ecore_x_xkb_select_group(cur_group); #endif e_deskenv_xmodmap_run();