mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 15:46:13 +00:00
[IMM32][SDK][NTUSER] Implement ImmProcessKey for Cicero (#6106)
Complete CTF IMM. - Add CtfImeProcessCicHotkey and CtfImeSetActiveContextAlways to access CTF IMEs. - Check whether Cicero is started in the current thread in ImmProcessKey. - Call CtfImeProcessCicHotkey if necessary in ImmProcessKey. - Modify <CtfImeTable.h>. - Add CI_CICERO_STARTED flag to "ntuser.h". - Fix Imm32JCloseOpen. CORE-19268
This commit is contained in:
parent
9ea2222967
commit
75cf6920bc
6 changed files with 163 additions and 109 deletions
|
@ -305,6 +305,7 @@ typedef struct _CALLBACKWND
|
|||
#define CI_IMMACTIVATE 0x00000040 /* IMM/IME (Asian input) */
|
||||
#define CI_CTFCOINIT 0x00000080 /* Did CTF CoInitialize? */
|
||||
#define CI_CTFTIM 0x00000100 /* CTF Thread Input Manager (TIM) */
|
||||
#define CI_CICERO_STARTED 0x00000200 /* Is Cicero started in the thread? */
|
||||
#define CI_TSFDISABLED 0x00000400 /* TSF (Text Services Framework a.k.a. Cicero) */
|
||||
#define CI_AIMMACTIVATED 0x00000800 /* Active IMM (AIMM) */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue