user32: Send WM_IME_SETCONTEXT message when the window is focusedor unfocused.

Dmitry Timoshkov dmitry at codeweavers.com
Tue Apr 29 08:30:29 CDT 2008


"ByeongSik Jeon" <bsjeon at hanmail.net> wrote:

> --- a/dlls/user32/tests/msg.c
> +++ b/dlls/user32/tests/msg.c
> @@ -10156,7 +10156,7 @@ static const struct message wm_lb_click_0[] =
>      { HCBT_SETFOCUS, hook },
>      { WM_KILLFOCUS, sent|parent },
>      { WM_IME_SETCONTEXT, sent|wparam|optional|parent, 0 },
> -    { WM_IME_SETCONTEXT, sent|wparam|optional, 1 },
> +    { WM_IME_SETCONTEXT, sent|wparam|defwinproc|optional, 1 },

Did you test this change under Windows? At the time I've added this test
it passed cleanly under up to date XP SP2.

-- 
Dmitry.



More information about the wine-devel mailing list