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

Akihiro Sagawa sagawa.aki at gmail.com
Sun Jun 19 08:04:39 CDT 2016


Try 8:
- Fix user32 test failures. To achieve this, we create the default IME window
  as message-only window for now.

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           | 100 +++++++++++++++++++++++++++++++++++----------
 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, 115 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: 10832 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20160619/e4f59857/attachment.bin>


More information about the wine-patches mailing list