From 98fac39cb90aacd6ea97a493d51e7ccb107ca880 Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Fri, 11 Oct 2013 10:23:19 +0900 Subject: [PATCH] ecore_imf_example: notify the cursor information in focus-in handler --- src/examples/ecore/ecore_imf_example.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/examples/ecore/ecore_imf_example.c b/src/examples/ecore/ecore_imf_example.c index 406dcc66df..73bf4fdff3 100644 --- a/src/examples/ecore/ecore_imf_example.c +++ b/src/examples/ecore/ecore_imf_example.c @@ -95,6 +95,9 @@ _entry_focus_in_cb(void *data, Evas *e, Evas_Object *obj, void *event_info) if (en->imf_context) ecore_imf_context_focus_in(en->imf_context); + + // notify the cursor information + _imf_cursor_info_set(en); } static void