e_info_server_hook_set("keygrab", NULL, NULL);
}
-EINTERN Eina_Bool
-e_keyrouter_query_tizen_key_table(void)
+static Eina_Bool
+_e_keyrouter_query_tizen_key_table(void)
{
E_Keyrouter_Conf_Edd *kconf = krt->conf->conf;
Eina_List *l;
krt->pictureoff_disabled = !!kconfig->conf->pictureoff_disabled;
/* Get keyname and keycode pair from Tizen Key Layout file */
- res = e_keyrouter_query_tizen_key_table();
+ res = _e_keyrouter_query_tizen_key_table();
EINA_SAFETY_ON_FALSE_GOTO(res, err);
//ecore handler add for power callback registration
EINTERN void e_keyrouter_input_handler_add(void);
-EINTERN Eina_Bool e_keyrouter_query_tizen_key_table(void);
-
EINTERN int e_keyrouter_set_keygrab_in_list(struct wl_resource *surface, struct wl_client *client, uint32_t key, uint32_t mode);
EINTERN int e_keyrouter_prepend_to_keylist(struct wl_resource *surface, struct wl_client *wc, uint32_t key, uint32_t mode, Eina_Bool focused);
EINTERN void e_keyrouter_remove_surface_from_list(struct wl_resource *surface);