[v2 PATCH] imm32: Automatically initialize COM on window activation.

Alexandre Julliard julliard at winehq.org
Wed Feb 6 02:38:41 CST 2019


Nikolay Sivov <nsivov at codeweavers.com> writes:

> diff --git a/dlls/imm32/imm32.spec b/dlls/imm32/imm32.spec
> index 4197bb81e2..d9cdc794e9 100644
> --- a/dlls/imm32/imm32.spec
> +++ b/dlls/imm32/imm32.spec
> @@ -117,3 +117,4 @@
>  @ stdcall __wine_get_ui_window(ptr)
>  @ stdcall __wine_register_window(long)
>  @ stdcall __wine_unregister_window(long)
> +@ stdcall __wine_activate_window(long)

It shouldn't be necessary to add a custom entry point for this, it
should be part of the normal IME flow. Judging from the message traces,
it should probably happen by sending WM_IME_SETCONTEXT on focus changes.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list