diff options
author | Jihoon Kim <imfine98@gmail.com> | 2012-02-29 04:37:33 +0000 |
---|---|---|
committer | Jihoon Kim <imfine98@gmail.com> | 2012-02-29 04:37:33 +0000 |
commit | 05131e23483ef1409a4b6ac0a143571b3030ff21 (patch) | |
tree | 42c41151c6e4164e9b76b2fbe0e250a890d4c0ee /legacy/ecore/src/lib/ecore_imf/ecore_imf_private.h | |
parent | 890d1a247aa1d381739856d9282e135211af5d3b (diff) |
ecore_imf: Add ecore_imf_context_input_panel_caps_lock_mode_set/get to set/get the caps lock mode on the input panel
SVN revision: 68529
Diffstat (limited to 'legacy/ecore/src/lib/ecore_imf/ecore_imf_private.h')
-rw-r--r-- | legacy/ecore/src/lib/ecore_imf/ecore_imf_private.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/legacy/ecore/src/lib/ecore_imf/ecore_imf_private.h b/legacy/ecore/src/lib/ecore_imf/ecore_imf_private.h index 85f34a3dce..b4ff0f2ee0 100644 --- a/legacy/ecore/src/lib/ecore_imf/ecore_imf_private.h +++ b/legacy/ecore/src/lib/ecore_imf/ecore_imf_private.h | |||
@@ -56,6 +56,7 @@ struct _Ecore_IMF_Context | |||
56 | Eina_Bool allow_prediction : 1; | 56 | Eina_Bool allow_prediction : 1; |
57 | Eina_Bool input_panel_enabled : 1; | 57 | Eina_Bool input_panel_enabled : 1; |
58 | Eina_Bool input_panel_return_key_disabled : 1; | 58 | Eina_Bool input_panel_return_key_disabled : 1; |
59 | Eina_Bool input_panel_caps_lock_mode : 1; | ||
59 | }; | 60 | }; |
60 | 61 | ||
61 | struct _Ecore_IMF_Module | 62 | struct _Ecore_IMF_Module |