Home
last modified time | relevance | path

Searched refs:show_req_ctx (Results 1 – 2 of 2) sorted by relevance

/dports/devel/efl/efl-1.25.1/src/lib/ecore_imf/
H A Decore_imf.c19 extern Ecore_IMF_Context *show_req_ctx;
67 if (show_req_ctx) in ecore_imf_input_panel_hide()
69 … if (ecore_imf_context_input_panel_state_get(show_req_ctx) != ECORE_IMF_INPUT_PANEL_STATE_HIDE) in ecore_imf_input_panel_hide()
71 ecore_imf_context_input_panel_hide(show_req_ctx); in ecore_imf_input_panel_hide()
H A Decore_imf_context.c15 Ecore_IMF_Context *show_req_ctx = NULL; variable
210 if (show_req_ctx == ctx) in ecore_imf_context_del()
211 show_req_ctx = NULL; in ecore_imf_context_del()
296 show_req_ctx = ctx; in ecore_imf_context_show()
908 show_req_ctx = ctx; in ecore_imf_context_input_panel_show()
1290 show_req_ctx == ctx) in ecore_imf_context_input_panel_event_callback_call()
1291 show_req_ctx = NULL; in ecore_imf_context_input_panel_event_callback_call()