ecore_imf_example: notify the cursor information in focus-in handler
authorJihoon Kim <jihoon48.kim@samsung.com>
Fri, 11 Oct 2013 01:23:19 +0000 (10:23 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Fri, 11 Oct 2013 01:23:19 +0000 (10:23 +0900)
src/examples/ecore/ecore_imf_example.c

index 406dcc6..73bf4fd 100644 (file)
@@ -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