Evas bidi: Fixed typo DIRECTION_NATURAL -> DIRECTION_NEUTRAL.
authorTom Hacohen <tom@stosb.com>
Tue, 12 Jul 2011 11:40:25 +0000 (11:40 +0000)
committerTom Hacohen <tom@stosb.com>
Tue, 12 Jul 2011 11:40:25 +0000 (11:40 +0000)
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

legacy/evas/src/lib/Evas.h

index 659b294..1a1dba9 100644 (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;