ecore_imf/wayland: use default preedit style

Change-Id: Iffb2d450923bbde191c4928253f133b13608a8e8
This commit is contained in:
Jihoon Kim 2016-03-21 16:36:42 +09:00
parent 214883f099
commit ce17d5d987
1 changed files with 3 additions and 0 deletions

View File

@ -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;