jaehyun pushed a commit to branch master. http://git.enlightenment.org/tools/enventor.git/commit/?id=9d6726799f50132246ceb0548cfe46ec73a3dd54
commit 9d6726799f50132246ceb0548cfe46ec73a3dd54 Author: Jaehyun Cho <[email protected]> Date: Mon Feb 2 19:53:13 2015 +0900 syntax_color: Add an enum value ENVENTOR_SYNTAX_COLOR_LAST Add an enum value ENVENTOR_SYNTAX_COLOR_LAST to help to indicate the last enum value of the syntax color. --- src/lib/Enventor_Legacy.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lib/Enventor_Legacy.h b/src/lib/Enventor_Legacy.h index ed8400b..bd7743e 100644 --- a/src/lib/Enventor_Legacy.h +++ b/src/lib/Enventor_Legacy.h @@ -51,7 +51,8 @@ typedef enum { ENVENTOR_SYNTAX_COLOR_SUB_KEYWORD, ENVENTOR_SYNTAX_COLOR_CONSTANT, ENVENTOR_SYNTAX_COLOR_SCRIPT_FUNC, - ENVENTOR_SYNTAX_COLOR_SCRIPT_KEYWORD + ENVENTOR_SYNTAX_COLOR_SCRIPT_KEYWORD, + ENVENTOR_SYNTAX_COLOR_LAST } Enventor_Syntax_Color_Type; EAPI int enventor_init(int argc, char **argv); --
