From: Jihoon Kim Date: Fri, 11 Oct 2013 01:23:19 +0000 (+0900) Subject: ecore_imf_example: notify the cursor information in focus-in handler X-Git-Tag: submit/devel/efl/20131029.075644~110 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=98fac39cb90aacd6ea97a493d51e7ccb107ca880;p=platform%2Fupstream%2Fefl.git ecore_imf_example: notify the cursor information in focus-in handler --- diff --git a/src/examples/ecore/ecore_imf_example.c b/src/examples/ecore/ecore_imf_example.c index 406dcc6..73bf4fd 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