jihoon pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=ce17d5d9870a59396eb66c7ac55502cac3a9859a

commit ce17d5d9870a59396eb66c7ac55502cac3a9859a
Author: Jihoon Kim <jihoon48....@samsung.com>
Date:   Mon Mar 21 16:36:42 2016 +0900

    ecore_imf/wayland: use default preedit style
    
    Change-Id: Iffb2d450923bbde191c4928253f133b13608a8e8
---
 src/modules/ecore_imf/wayland/wayland_imcontext.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/modules/ecore_imf/wayland/wayland_imcontext.c 
b/src/modules/ecore_imf/wayland/wayland_imcontext.c
index 9f4d071..4e3fd31 100644
--- a/src/modules/ecore_imf/wayland/wayland_imcontext.c
+++ b/src/modules/ecore_imf/wayland/wayland_imcontext.c
@@ -506,6 +506,9 @@ text_input_preedit_styling(void                 *data,
       case WL_TEXT_INPUT_PREEDIT_STYLE_SELECTION:
          attr->preedit_type = ECORE_IMF_PREEDIT_TYPE_SUB2;
          break;
+      default:
+         attr->preedit_type = ECORE_IMF_PREEDIT_TYPE_SUB1;
+         break;
      }
 
    attr->start_index = index;

-- 


Reply via email to