imm32 [2/3]: Remove the unnecessary root_context cleanup code.

Byeong-Sik Jeon wjsqudtlr at gmail.com
Sat Feb 24 20:33:36 CST 2007


1. When we think more deeply, this code unnecessary code.
   Wine check these variables when these is needed.
2. When we use the "SCIM"[1] (scim-anthy, scim-canna, ...) for Japanese
   character input, we can't get "result string". Because this code delete
   "result string". so, we can't input Japanese strings.
3. When we use the "nabi"[2] for Korean character input, if we press the
   korean/english toggle key in the composition state, "composition string"
   changed "result string". But this code delete the "result string", and
   we lost our input string. This is unwanted situation.

----
[1] SCIM, Smart Common Input Method, http://www.scim-im.org/
[2] nabi, http://nabi.kldp.net/english.html
    Nabi is an easy and powerful GNU XIM, made for entering 
    Hangul(Korean) in the X Window system


changelog:
    Remove the unnecessary root_context cleanup code.
---
 dlls/imm32/imm.c |   22 +---------------------
 1 files changed, 1 insertions(+), 21 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 22794c04fc1e4ecc96e7a29512d550576d8ae127.diff
Type: text/x-patch
Size: 1404 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20070225/b3e39812/22794c04fc1e4ecc96e7a29512d550576d8ae127.bin


More information about the wine-patches mailing list