Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fd0e9329 authored by Satoshi Kataoka's avatar Satoshi Kataoka
Browse files

rename define

Change-Id: I4767eff187c76541648cc066a88293e46a90f033
parent bc218dda
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -398,10 +398,10 @@ typedef enum {
    EQUIVALENT_CHAR,
    // It is a char located nearby on the keyboard
    NEAR_PROXIMITY_CHAR,
    // It is an unrelated char
    // It is an unrelated char and could be a substitution char
    UNRELATED_CHAR,
    // It is an unrelated char and not a substitution
    UNRELATED_AND_NOT_SUBSTITUTION_CHAR,
    // It is an unrelated char nor a substitution char
    UNRELATED_NOR_SUBSTITUTION_CHAR,
    // Additional proximity char which can differ by language.
    ADDITIONAL_PROXIMITY_CHAR
} ProximityType;