From aaac966226a1036bad111f2ad2048e542f2464b6 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Thu, 20 Aug 2015 15:02:23 -0400 Subject: [PATCH] add compile warning and block load of wl_text_input module needs vkbd module merge --- src/modules/wl_text_input/e_mod_main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/modules/wl_text_input/e_mod_main.c b/src/modules/wl_text_input/e_mod_main.c index d0c5191bf..718aaebdc 100644 --- a/src/modules/wl_text_input/e_mod_main.c +++ b/src/modules/wl_text_input/e_mod_main.c @@ -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,