[2/2] imm32, user32: Create and destroy the default IME window implicitly.

Akihiro Sagawa sagawa.aki at gmail.com
Sun May 15 07:08:44 CDT 2016


Fix bug 34056.
Try 3:
    - Update todo_wine handling.
Try 2:
    - Another approach to maintain default IME windows --- no more using hooks.
    - Add an internal API to imm32 as thread_data is still there.
    - User32 keeps reference counter in TEB block and call the new API
      when creating/destroying a window.

Signed-off-by: Akihiro Sagawa <sagawa.aki at gmail.com>
---
 dlls/imm32/imm.c           | 34 ++++++++++++++++++++++++++--------
 dlls/imm32/imm32.spec      |  1 +
 dlls/imm32/tests/imm32.c   |  4 ++--
 dlls/user32/misc.c         |  4 +++-
 dlls/user32/user_private.h |  2 ++
 dlls/user32/win.c          | 40 ++++++++++++++++++++++++++++++++++++++++
 6 files changed, 74 insertions(+), 11 deletions(-)

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


More information about the wine-patches mailing list