summaryrefslogtreecommitdiffstats
path: root/src/zhuyin.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2014-03-13 14:46:42 +0800
committerPeng Wu <alexepico@gmail.com>2014-03-13 14:50:09 +0800
commit65d61cda3f2f3a46a6be2a535dbbc3ea6fed6063 (patch)
treef2c0dfd5294c5615d0226a469057ea1f17c0f14f /src/zhuyin.h
parent7c540af4894471116aadfed6a0b92d344938c1f0 (diff)
downloadlibzhuyin-65d61cda3f2f3a46a6be2a535dbbc3ea6fed6063.tar.gz
libzhuyin-65d61cda3f2f3a46a6be2a535dbbc3ea6fed6063.tar.xz
libzhuyin-65d61cda3f2f3a46a6be2a535dbbc3ea6fed6063.zip
add the force tone option
Diffstat (limited to 'src/zhuyin.h')
-rw-r--r--src/zhuyin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/zhuyin.h b/src/zhuyin.h
index d69a828..3b5341c 100644
--- a/src/zhuyin.h
+++ b/src/zhuyin.h
@@ -656,6 +656,7 @@ bool zhuyin_get_phrase_token(zhuyin_instance_t * instance,
/* hack here. */
typedef ChewingKey PinyinKey;
typedef ChewingKeyRest PinyinKeyPos;
+typedef pinyin_option_t zhuyin_option_t;
G_END_DECLS