block xkb activation for non-X11 compositors

This commit is contained in:
Mike Blumenkrantz 2015-06-25 19:29:49 -04:00
parent d7c60da84f
commit f832640f18
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ _e_xkb_init_timer(void *data)
E_Config_XKB_Layout *cl2, *cl = data;
int cur_group = -1;
if (!e_comp->root) return EINA_FALSE;
EINA_LIST_FOREACH(e_config->xkb.used_layouts, l, cl2)
{
cur_group++;