Evas bidi: Fixed typo DIRECTION_NATURAL -> DIRECTION_NEUTRAL.

Kept the old one just for not breaking ABI/API.
To all of you that are fast on the trigger, I set it to the same value,
so it doesn't matter that I inserted it at the start.

SVN revision: 61279
This commit is contained in:
Tom Hacohen 2011-07-12 11:40:25 +00:00
parent 6ae3ed79f1
commit a6d0247724
1 changed files with 1 additions and 0 deletions

View File

@ -352,6 +352,7 @@ EAPI extern Evas_Version *evas_version;
typedef enum _Evas_BiDi_Direction
{
EVAS_BIDI_DIRECTION_NATURAL,
EVAS_BIDI_DIRECTION_NEUTRAL = EVAS_BIDI_DIRECTION_NATURAL,
EVAS_BIDI_DIRECTION_LTR,
EVAS_BIDI_DIRECTION_RTL
} Evas_BiDi_Direction;