[PATCH 3/3] user32: Send WM_IME_CHAR messages from DefWindowProc.

Aric Stewart aric at codeweavers.com
Thu Nov 16 10:51:37 CST 2017


Signed-off-by: Aric Stewart <aric at codeweavers.com>

On 11/16/17 9:12 AM, Akihiro Sagawa wrote:
> 
> In native, default IME window doesn't handle WM_IME_COMPOSITION(GCS_RESULTSTR).
> 
> Signed-off-by: Akihiro Sagawa <sagawa.aki at gmail.com>
> ---
>   dlls/imm32/tests/imm32.c |  8 +-----
>   dlls/user32/defwnd.c     | 69 ++++++++++++++++++++++++++++++++++++++++++++++--
>   dlls/winemac.drv/ime.c   | 58 +---------------------------------------
>   dlls/winex11.drv/ime.c   | 60 +----------------------------------------
>   4 files changed, 70 insertions(+), 125 deletions(-)
> 
> 
> 
> 



More information about the wine-devel mailing list