From 82b01b7495bd98e8d983756632b42446569ef627 Mon Sep 17 00:00:00 2001 From: InHong Han Date: Tue, 13 Dec 2016 17:26:42 +0900 Subject: [PATCH] Fix build error in remote input Change-Id: I8d3a1e5ca806c4588f79a437c954d2009ad9ecb1 --- ism/modules/panelagent/wayland/wayland_panel_agent_module.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ism/modules/panelagent/wayland/wayland_panel_agent_module.cpp b/ism/modules/panelagent/wayland/wayland_panel_agent_module.cpp index 2a2094c..af39dae 100644 --- a/ism/modules/panelagent/wayland/wayland_panel_agent_module.cpp +++ b/ism/modules/panelagent/wayland/wayland_panel_agent_module.cpp @@ -1410,7 +1410,9 @@ isf_wsc_context_send_entry_metadata (WSCContextISF* wsc_ctx, Ecore_IMF_Input_Hin context_scim->impl->init_remote_entry_metadata = true; +#if ENABLE_REMOTE_INPUT remote_surrounding_get (wsc_ctx); +#endif } } } -- 2.7.4