ByeongSik Jeon : winex11: Add VK_HANGUL, VK_HANJA for Korean Native IME.

Alexandre Julliard julliard at winehq.org
Thu Apr 17 07:38:20 CDT 2008


Module: wine
Branch: master
Commit: 917164720403c39835076d3a3f90136c997f434a
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=917164720403c39835076d3a3f90136c997f434a

Author: ByeongSik Jeon <bsjeon at hanmail.net>
Date:   Wed Apr 16 15:55:46 2008 +0900

winex11: Add VK_HANGUL, VK_HANJA for Korean Native IME.

---

 dlls/winex11.drv/keyboard.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/winex11.drv/keyboard.c b/dlls/winex11.drv/keyboard.c
index 6aa613f..5d48ce7 100644
--- a/dlls/winex11.drv/keyboard.c
+++ b/dlls/winex11.drv/keyboard.c
@@ -968,7 +968,7 @@ static const WORD nonchar_key_vkey[256] =
     /* unused */
     0, 0, 0, 0, 0, 0, 0, 0,                                     /* FF20 */
     0, 0, 0, 0, 0, 0, 0, 0,                                     /* FF28 */
-    0, 0, 0, 0, 0, 0, 0, 0,                                     /* FF30 */
+    0, VK_HANGUL, 0, 0, VK_HANJA, 0, 0, 0,                      /* FF30 */
     0, 0, 0, 0, 0, 0, 0, 0,                                     /* FF38 */
     0, 0, 0, 0, 0, 0, 0, 0,                                     /* FF40 */
     0, 0, 0, 0, 0, 0, 0, 0,                                     /* FF48 */




More information about the wine-cvs mailing list