diff options
author | 2012-06-28 21:03:18 -0700 | |
---|---|---|
committer | 2012-06-28 21:03:18 -0700 | |
commit | 6b8e79bc2503c39766a833fdb919d6c65fc13882 (patch) | |
tree | 7ad8239c26f730cc67bc7e57b09edb1bdf4b98ed | |
parent | 8fcd7694ae34e9dd30f3bfaf682ded566f40847d (diff) | |
parent | 712e02fba7dcd33607d6c81645cffbd2f3760a53 (diff) | |
download | latinime-6b8e79bc2503c39766a833fdb919d6c65fc13882.tar.gz latinime-6b8e79bc2503c39766a833fdb919d6c65fc13882.tar.xz latinime-6b8e79bc2503c39766a833fdb919d6c65fc13882.zip |
Merge "Add a new define for gesture"
-rw-r--r-- | native/jni/src/defines.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/native/jni/src/defines.h b/native/jni/src/defines.h index 8bcadcbe9..c7d3bf313 100644 --- a/native/jni/src/defines.h +++ b/native/jni/src/defines.h @@ -255,6 +255,8 @@ static inline void prof_out(void) { #define FIRST_WORD_INDEX 0 +#define MAX_SPACES_INTERNAL 16 + // TODO: Reduce this constant if possible; check the maximum number of digraphs in the same // word in the dictionary for languages with digraphs, like German and French #define DEFAULT_MAX_DIGRAPH_SEARCH_DEPTH 5 |