diff options
author | 2013-06-03 03:05:07 -0700 | |
---|---|---|
committer | 2013-06-03 03:05:07 -0700 | |
commit | 31bd7b17703e4f61525f40560028e732d4a7059a (patch) | |
tree | ee470ac4d6cea8c02e835aeef722a281f17f745e /native/jni/src | |
parent | adf68c5828d1647680113a99c6b77e8b920da0af (diff) | |
parent | cbb1ee485c9d151cdfb3391a314d537f7f15f27e (diff) | |
download | latinime-31bd7b17703e4f61525f40560028e732d4a7059a.tar.gz latinime-31bd7b17703e4f61525f40560028e732d4a7059a.tar.xz latinime-31bd7b17703e4f61525f40560028e732d4a7059a.zip |
am cbb1ee48: Fix build
* commit 'cbb1ee485c9d151cdfb3391a314d537f7f15f27e':
Fix build
Diffstat (limited to 'native/jni/src')
-rw-r--r-- | native/jni/src/defines.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/native/jni/src/defines.h b/native/jni/src/defines.h index dd7437f24..eb59744f6 100644 --- a/native/jni/src/defines.h +++ b/native/jni/src/defines.h @@ -289,6 +289,7 @@ static inline void prof_out(void) { #define CALIBRATE_SCORE_BY_TOUCH_COORDINATES true #define SUGGEST_MULTIPLE_WORDS true +#define USE_SUGGEST_INTERFACE_FOR_TYPING true #define SUGGEST_INTERFACE_OUTPUT_SCALE 1000000.0f // The following "rate"s are used as a multiplier before dividing by 100, so they are in percent. |