From 1eaa2d7edc2ed2b2f516decd68a2dc7972118bb3 Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Mon, 21 Mar 2016 16:36:42 +0900 Subject: [PATCH] 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 18a8313..433be1b 100755 --- a/src/modules/ecore_imf/wayland/wayland_imcontext.c +++ b/src/modules/ecore_imf/wayland/wayland_imcontext.c @@ -686,6 +686,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; -- 2.7.4