12 Mar
2007
12 Mar
'07
9:12 a.m.
"Byeong-Sik Jeon" <wjsqudtlr(a)gmail.com> wrote:
We have to call PostMessage to send WM_IME_NOTIFY message. To send WM_IME_CONTROL, we use SendMessage, but WM_IME_NOTIFY is not...
changelog: Use the PostMessageW for WM_IME_NOTIFY message.
Aric just changed the code to use SendMessage for WM_IME_NOTIFY message. Sounds like it's time to write some message tests or look at the existing ones (which confirm that WM_IME_SETCONTEXT and WM_IME_NOTIFY are sent, not posted). -- Dmitry.