add compile warning and block load of wl_text_input module

needs vkbd module merge
This commit is contained in:
Mike Blumenkrantz 2015-08-20 15:02:23 -04:00
parent 26d352f219
commit aaac966226
1 changed files with 2 additions and 1 deletions

View File

@ -869,7 +869,7 @@ _e_text_cb_bind_input_method(struct wl_client *client, void *data EINA_UNUSED, u
wl_resource_destroy(resource);
return;
}
#warning FIXME SECURITY
/* FIXME: we need to make sure the client attempting to bind
this interface really provides vkbd. */
@ -900,6 +900,7 @@ EAPI E_Module_Api e_modapi = { E_MODULE_API_VERSION, "Wl_Text_Input" };
EAPI void *
e_modapi_init(E_Module *m)
{
return NULL;
// FIXME: create only one input method object per seat.
e_comp->wl_comp_data->seat.im.global =
wl_global_create(e_comp->wl_comp_data->wl.disp, &wl_input_method_interface, 1,