mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 22:23:01 +00:00
[IMM32] Add ctf.c for Cicero (#4430)
Preparing of Cicero (modern input method) support. - Add ctf.c and add some CTF functions. - Modify the IMM table. - Modify imm32.spec. - Rename: s/Imm32FreeImeStates/Imm32DestroyImeModeSaver/. - Improve Imm32DestroyInputContext. CORE-11700
This commit is contained in:
parent
7a83e0a145
commit
4342b84c9a
7 changed files with 131 additions and 41 deletions
|
@ -18,6 +18,7 @@ PCLIENTIMC WINAPI ImmLockClientImc(HIMC hImc);
|
|||
VOID WINAPI ImmUnlockClientImc(PCLIENTIMC pClientImc);
|
||||
PIMEDPI WINAPI ImmLockImeDpi(HKL hKL);
|
||||
VOID WINAPI ImmUnlockImeDpi(PIMEDPI pImeDpi);
|
||||
HRESULT APIENTRY CtfImmTIMDestroyInputContext(HIMC hIMC);
|
||||
|
||||
#ifdef __cplusplus
|
||||
} // extern "C"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue