mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 04:23:32 +00:00
[USER32] Implement ImeWnd_OnImeSetContext (#4329)
- Modify NtUserSetImeOwnerWindow prototype. - Add User32GetTopLevelWindow function. - Add ImeWnd_OnImeSetContext function. - Implement WM_IME_SETCONTEXT message handling of the IME window. CORE-11700
This commit is contained in:
parent
470aa27610
commit
8c6dcdcf81
6 changed files with 181 additions and 11 deletions
|
@ -209,9 +209,6 @@ typedef struct tagCANDIDATEINFO {
|
|||
DWORD dwPrivateOffset;
|
||||
} CANDIDATEINFO, *LPCANDIDATEINFO;
|
||||
|
||||
#define IMMGWL_IMC 0
|
||||
#define IMMGWL_PRIVATE (sizeof(LONG))
|
||||
|
||||
/* IME Property bits */
|
||||
#define IME_PROP_END_UNLOAD 0x0001
|
||||
#define IME_PROP_KBD_CHAR_FIRST 0x0002
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue