summaryrefslogtreecommitdiffstats
path: root/src/PYPBopomofoEngine.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2018-06-15 11:52:36 +0800
committerPeng Wu <alexepico@gmail.com>2018-06-15 11:52:36 +0800
commit1cc1fe8b7b7d70e611f3e74d56cca8f1c837ed4e (patch)
tree4afa5dc7bd79e0f45ee8ec0dd3ad0abec2a5bd18 /src/PYPBopomofoEngine.h
parent766a1322395e32286930a62b9f66033a0d8d637c (diff)
downloadibus-libpinyin-1cc1fe8b7b7d70e611f3e74d56cca8f1c837ed4e.tar.gz
ibus-libpinyin-1cc1fe8b7b7d70e611f3e74d56cca8f1c837ed4e.tar.xz
ibus-libpinyin-1cc1fe8b7b7d70e611f3e74d56cca8f1c837ed4e.zip
use IBUS_BUILD_LUA_EXTENSION
Diffstat (limited to 'src/PYPBopomofoEngine.h')
-rw-r--r--src/PYPBopomofoEngine.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/PYPBopomofoEngine.h b/src/PYPBopomofoEngine.h
index 7133a55..5b2f129 100644
--- a/src/PYPBopomofoEngine.h
+++ b/src/PYPBopomofoEngine.h
@@ -73,6 +73,7 @@ private:
MODE_STROKE, // press u into stroke input mode
MODE_EXTENSION, // press i into extension input mode
#endif
+ MODE_SUGGESTION, // suggestion mode
MODE_LAST,
} m_input_mode;