correctly fix check for x11 compositor in e_xkb

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2015-07-01 12:23:40 -04:00
parent 28c8392a5c
commit bf19cdf337
1 changed files with 1 additions and 1 deletions

View File

@ -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();