Evas bidi: Fixed typo DIRECTION_NATURAL -> DIRECTION_NEUTRAL.
authortasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 12 Jul 2011 11:40:25 +0000 (11:40 +0000)
committertasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
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.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@61279 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

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;