From 65d61cda3f2f3a46a6be2a535dbbc3ea6fed6063 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Thu, 13 Mar 2014 14:46:42 +0800 Subject: add the force tone option --- src/zhuyin.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/zhuyin.h') 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 -- cgit