am afb90765: Enable score calibration by touch coordinates

* commit 'afb907650338e66dbdccaf891e13d334b73bcc7f':
  Enable score calibration by touch coordinates
main
Yusuke Nojima 2011-10-05 06:37:39 -07:00 committed by Android Git Automerger
commit 5a55e7f349
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ static void dumpWord(const unsigned short* word, const int length) {
#define KEYCODE_SPACE ' ' #define KEYCODE_SPACE ' '
#define CALIBRATE_SCORE_BY_TOUCH_COORDINATES false #define CALIBRATE_SCORE_BY_TOUCH_COORDINATES true
#define SUGGEST_WORDS_WITH_MISSING_CHARACTER true #define SUGGEST_WORDS_WITH_MISSING_CHARACTER true
#define SUGGEST_WORDS_WITH_MISSING_SPACE_CHARACTER true #define SUGGEST_WORDS_WITH_MISSING_SPACE_CHARACTER true