From: Chris Michael Date: Wed, 1 Jul 2015 16:23:40 +0000 (-0400) Subject: correctly fix check for x11 compositor in e_xkb X-Git-Tag: upstream/0.20.0~662 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bf19cdf337f09ce5a65a68f17590b37c89ebb986;p=platform%2Fupstream%2Fenlightenment.git correctly fix check for x11 compositor in e_xkb Signed-off-by: Chris Michael --- diff --git a/src/bin/e_xkb.c b/src/bin/e_xkb.c index c258bc7..7ea6ecc 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();