diff options
author | Jihoon Kim <jihoon48.kim@samsung.com> | 2013-03-27 10:15:42 +0900 |
---|---|---|
committer | Jihoon Kim <jihoon48.kim@samsung.com> | 2013-03-27 10:15:42 +0900 |
commit | 6265365ddc5dffa2fd372e229571f1ff4bce7668 (patch) | |
tree | 8b2c59a8863e5263a6242570db8c62113673953b /src/lib/ecore_imf/ecore_imf_private.h | |
parent | 19561c611250352df5bc571e0ec2fa88972e4bdd (diff) |
ecore_imf: Add ecore_imf_context_input_panel_layout_variation_set/get API
Diffstat (limited to 'src/lib/ecore_imf/ecore_imf_private.h')
-rw-r--r-- | src/lib/ecore_imf/ecore_imf_private.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/ecore_imf/ecore_imf_private.h b/src/lib/ecore_imf/ecore_imf_private.h index b4ff0f2ee0..7452bd784f 100644 --- a/src/lib/ecore_imf/ecore_imf_private.h +++ b/src/lib/ecore_imf/ecore_imf_private.h | |||
@@ -53,6 +53,7 @@ struct _Ecore_IMF_Context | |||
53 | Ecore_IMF_Input_Panel_Layout input_panel_layout; | 53 | Ecore_IMF_Input_Panel_Layout input_panel_layout; |
54 | Ecore_IMF_Input_Panel_Lang input_panel_lang; | 54 | Ecore_IMF_Input_Panel_Lang input_panel_lang; |
55 | Ecore_IMF_Input_Panel_Return_Key_Type input_panel_return_key_type; | 55 | Ecore_IMF_Input_Panel_Return_Key_Type input_panel_return_key_type; |
56 | int input_panel_layout_variation; | ||
56 | Eina_Bool allow_prediction : 1; | 57 | Eina_Bool allow_prediction : 1; |
57 | Eina_Bool input_panel_enabled : 1; | 58 | Eina_Bool input_panel_enabled : 1; |
58 | Eina_Bool input_panel_return_key_disabled : 1; | 59 | Eina_Bool input_panel_return_key_disabled : 1; |