From: Mike Blumenkrantz Date: Thu, 20 Aug 2015 19:02:23 +0000 (-0400) Subject: add compile warning and block load of wl_text_input module X-Git-Tag: upstream/0.20.0~340 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=aaac966226a1036bad111f2ad2048e542f2464b6;p=platform%2Fupstream%2Fenlightenment.git add compile warning and block load of wl_text_input module needs vkbd module merge --- diff --git a/src/modules/wl_text_input/e_mod_main.c b/src/modules/wl_text_input/e_mod_main.c index d0c5191..718aaeb 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,