discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=42b46ca9153b64e99402134113f7ca2e92fecc43
commit 42b46ca9153b64e99402134113f7ca2e92fecc43 Author: Mike Blumenkrantz <[email protected]> Date: Mon Apr 6 11:51:54 2015 -0400 edje: add color_class.desc lazedc synonym I hate typing. --- src/bin/edje/edje_cc_handlers.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/bin/edje/edje_cc_handlers.c b/src/bin/edje/edje_cc_handlers.c index 930a0e2..0ce303b 100644 --- a/src/bin/edje/edje_cc_handlers.c +++ b/src/bin/edje/edje_cc_handlers.c @@ -508,7 +508,8 @@ static void st_collections_group_nobroadcast(void); {PREFIX"color_classes.color_class.color", st_color_class_color}, /* dup */ \ {PREFIX"color_classes.color_class.color2", st_color_class_color2}, /* dup */ \ {PREFIX"color_classes.color_class.color3", st_color_class_color3}, /* dup */ \ - {PREFIX"color_classes.color_class.description", st_color_class_desc}, /* dup */ + {PREFIX"color_classes.color_class.description", st_color_class_desc}, /* dup */ \ + {PREFIX"color_classes.color_class.desc", st_color_class_desc}, /* dup */ #define PROGRAM_SEQUENCE(PREFIX, NAME, FN) \ {PREFIX".program."NAME, FN}, /* dup */ \ @@ -963,6 +964,10 @@ New_Statement_Handler statement_handlers[] = } } } + color_class { + desc -> description + @since 1.14 + } @description These statements on the left are identical to their original keywords on the right. --
