Merge "Add a new define for gesture"

main
Satoshi Kataoka 2012-06-28 21:03:18 -07:00 committed by Android (Google) Code Review
commit 6b8e79bc25
1 changed files with 2 additions and 0 deletions

View File

@ -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