scim_immodule: fix build warnings

SVN revision: 73901
This commit is contained in:
Jihoon Kim 2012-07-16 01:01:16 +00:00
parent 810cb4c1e1
commit 6f60dd6f2f
1 changed files with 7 additions and 1 deletions

View File

@ -43,7 +43,13 @@ extern "C"
NULL, /* input_panel_imdata_get */
NULL, /* input_panel_return_key_type_set */
NULL, /* input_panel_return_key_disabled_set */
NULL /* input_panel_caps_lock_mode_set */
NULL, /* input_panel_caps_lock_mode_set */
NULL,
NULL,
NULL,
NULL,
NULL,
NULL
};
static Ecore_IMF_Context *imf_module_create (void);