[1/3] imm32, user32: Create and destroy the default IME window implicitly. (try 7)

Akihiro Sagawa sagawa.aki at gmail.com
Sun Jun 12 07:07:45 CDT 2016


Try 7:
- Remove the refcount argument from internal API.
- Introduce WIN_HAS_IME_WIN flag to remember IME window reference.
- To avoid test failures on wine, always create IME window (affects non-CJK locales).

Signed-off-by: Akihiro Sagawa <sagawa.aki at gmail.com>
---
 dlls/imm32/imm.c           | 97 +++++++++++++++++++++++++++++++++++-----------
 dlls/imm32/imm32.spec      |  1 +
 dlls/imm32/tests/imm32.c   | 12 +++---
 dlls/user32/misc.c         |  4 +-
 dlls/user32/user_private.h |  1 +
 dlls/user32/win.c          | 26 +++++++++++++
 dlls/user32/win.h          |  1 +
 7 files changed, 112 insertions(+), 30 deletions(-)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-imm32-user32-Create-and-destroy-the-default-IME-wind.patch
Type: text/x-patch
Size: 10623 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20160612/b8684089/attachment-0001.bin>


More information about the wine-patches mailing list