disable xkbswitch module loading under wayland

NYI
This commit is contained in:
Mike Blumenkrantz 2015-08-19 15:20:45 -04:00
parent 2cdb5a3b3f
commit 77e76582b1
1 changed files with 2 additions and 0 deletions

View File

@ -67,6 +67,8 @@ E_API E_Module_Api e_modapi =
E_API void *
e_modapi_init(E_Module *m)
{
/* FIXME */
if (e_comp->comp_type == E_PIXMAP_TYPE_WL) return NULL;
/* Menus and dialogs */
e_configure_registry_category_add("keyboard_and_mouse", 80, _("Input"),
NULL, "preferences-behavior");