projects
/
profile
/
ivi
/
evas.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7c082a
)
Evas bidi: Fixed typo DIRECTION_NATURAL -> DIRECTION_NEUTRAL.
author
tasn
<tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 12 Jul 2011 11:40:25 +0000
(11:40 +0000)
committer
tasn
<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: http://svn.enlightenment.org/svn/e/trunk/evas@61279
7cbeb6ba
-43b4-40fd-8cce-
4c39aea84d33
src/lib/Evas.h
patch
|
blob
|
history
diff --git
a/src/lib/Evas.h
b/src/lib/Evas.h
index
659b294
..
1a1dba9
100644
(file)
--- a/
src/lib/Evas.h
+++ b/
src/lib/Evas.h
@@
-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;