diff options
author | 2012-06-27 17:31:09 +0900 | |
---|---|---|
committer | 2012-06-27 17:31:09 +0900 | |
commit | 05efe576f976f5fa280f8d523f2935c15cbb9bd1 (patch) | |
tree | 0ba2a270431128355e5c407e42e4aa6655770b24 /native/jni/src/gesture/impl/gesture_decoder_impl.h | |
parent | c356df8e08581f7f9f92c15031b8dc3e46e9255a (diff) | |
download | latinime-05efe576f976f5fa280f8d523f2935c15cbb9bd1.tar.gz latinime-05efe576f976f5fa280f8d523f2935c15cbb9bd1.tar.xz latinime-05efe576f976f5fa280f8d523f2935c15cbb9bd1.zip |
Cleanup the dictionary type.
Stop storing an int in each of the different class types, and
just store a string in the top class.
Change-Id: I2af1832743e6fe78e5c1364f6d9cc21252bf5831
Diffstat (limited to 'native/jni/src/gesture/impl/gesture_decoder_impl.h')
-rw-r--r-- | native/jni/src/gesture/impl/gesture_decoder_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/native/jni/src/gesture/impl/gesture_decoder_impl.h b/native/jni/src/gesture/impl/gesture_decoder_impl.h index be4e8b3c2..0ca89941c 100644 --- a/native/jni/src/gesture/impl/gesture_decoder_impl.h +++ b/native/jni/src/gesture/impl/gesture_decoder_impl.h @@ -30,7 +30,7 @@ class GestureDecoderImpl : public IncrementalDecoder { } int getSuggestions(ProximityInfo *pInfo, int *inputXs, int *inputYs, int *times, - int *pointerIds, int *codes, int inputSize, int commitPoint, bool isMainDict, + int *pointerIds, int *codes, int inputSize, int commitPoint, unsigned short *outWords, int *frequencies, int *outputIndices) { return 0; } |