summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChoe Hwanjin <choe.hwanjin@gmail.com>2009-10-20 22:06:55 +0900
committerChoe Hwanjin <choe.hwanjin@gmail.com>2009-10-20 22:06:55 +0900
commit23e35eda8d44c9adce9d8da705a2667df62d73bf (patch)
tree69f6e4958beb5ff3451759f1412ec6cd95f972fb
parent99e93204ecd2bb3ab1f3902bf25bceb999d5ea52 (diff)
downloadlibhangul-23e35eda8d44c9adce9d8da705a2667df62d73bf.tar.gz
hangul_ic_dvorak_to_qwerty()는 더 이상 제공하지 않는다:
* dvorak을 qwerty로 매핑하는 것은 한글의 영역이 아니므로 각 입력기에서 구현하는 것으로 한다. git-svn-id: http://kldp.net/svn/hangul/libhangul/trunk@204 8f00fcd2-89fc-0310-932e-b01be5b65e01
-rw-r--r--hangul/hangul.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/hangul/hangul.h b/hangul/hangul.h
index 4e0bb5c..26e1871 100644
--- a/hangul/hangul.h
+++ b/hangul/hangul.h
@@ -115,8 +115,6 @@ bool hangul_ic_has_choseong(HangulInputContext *hic);
bool hangul_ic_has_jungseong(HangulInputContext *hic);
bool hangul_ic_has_jongseong(HangulInputContext *hic);
-int hangul_ic_dvorak_to_qwerty(int qwerty);
-
void hangul_ic_set_output_mode(HangulInputContext *hic, int mode);
void hangul_ic_set_keyboard(HangulInputContext *hic,
const HangulKeyboard *keyboard);
@@ -168,6 +166,8 @@ void hangul_syllable_to_jaso(ucschar syllable,
typedef bool (*HangulICFilter) (ucschar*, ucschar, ucschar, ucschar, void*);
void hangul_ic_set_filter(HangulInputContext *hic,
HangulICFilter func, void *user_data) LIBHANGUL_DEPRECATED;
+int hangul_ic_dvorak_to_qwerty(int qwerty) LIBHANGUL_DEPRECATED;
+
#ifdef __cplusplus
}