diff options
author | Jihoon Kim <jihoon48.kim@samsung.com> | 2013-08-13 15:27:29 +0900 |
---|---|---|
committer | Jihoon Kim <jihoon48.kim@samsung.com> | 2013-08-13 15:27:29 +0900 |
commit | fe05d358eae261fedb4c9af9b532a9df2df15e6a (patch) | |
tree | 9d8a2c53911d06c63818ab52a7e361b3e3d75855 /src/lib/ecore_imf/ecore_imf_private.h | |
parent | 3e5bd813d3978558c5e164c7819b18f51e810ec2 (diff) |
Add ecore_imf_context_input_panel_on_demand_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 b63500afec..5c62cfd291 100644 --- a/src/lib/ecore_imf/ecore_imf_private.h +++ b/src/lib/ecore_imf/ecore_imf_private.h | |||
@@ -60,6 +60,7 @@ struct _Ecore_IMF_Context | |||
60 | Eina_Bool input_panel_enabled : 1; | 60 | Eina_Bool input_panel_enabled : 1; |
61 | Eina_Bool input_panel_return_key_disabled : 1; | 61 | Eina_Bool input_panel_return_key_disabled : 1; |
62 | Eina_Bool input_panel_caps_lock_mode : 1; | 62 | Eina_Bool input_panel_caps_lock_mode : 1; |
63 | Eina_Bool input_panel_show_on_demand : 1; | ||
63 | }; | 64 | }; |
64 | 65 | ||
65 | struct _Ecore_IMF_Module | 66 | struct _Ecore_IMF_Module |