mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
am 50705703: am bc218dda: Merge "add a default vaule for getMatchedProximityType" into jb-mr2-dev
* commit '50705703eda5b61c0fa9d18b8239825636a139f2': add a default vaule for getMatchedProximityType
This commit is contained in:
commit
b0970fa6b4
@ -400,6 +400,8 @@ typedef enum {
|
|||||||
NEAR_PROXIMITY_CHAR,
|
NEAR_PROXIMITY_CHAR,
|
||||||
// It is an unrelated char
|
// It is an unrelated char
|
||||||
UNRELATED_CHAR,
|
UNRELATED_CHAR,
|
||||||
|
// It is an unrelated char and not a substitution
|
||||||
|
UNRELATED_AND_NOT_SUBSTITUTION_CHAR,
|
||||||
// Additional proximity char which can differ by language.
|
// Additional proximity char which can differ by language.
|
||||||
ADDITIONAL_PROXIMITY_CHAR
|
ADDITIONAL_PROXIMITY_CHAR
|
||||||
} ProximityType;
|
} ProximityType;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user