From 869da9c8ebbd22f1632839b349fe034968cafcf1 Mon Sep 17 00:00:00 2001 From: ChunEon Park Date: Tue, 18 Mar 2014 19:47:15 +0900 Subject: [PATCH] parser - enable "action" keyword for candidate list. --- src/bin/edc_parser.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/edc_parser.c b/src/bin/edc_parser.c index 75cc099..0a60e43 100644 --- a/src/bin/edc_parser.c +++ b/src/bin/edc_parser.c @@ -378,7 +378,7 @@ type_init_thread_blocking(void *data, Ecore_Thread *thread EINA_UNUSED) attr->value.strs = effect; attr->value.type = ATTR_VALUE_CONSTANT; td->attrs = eina_inlist_append(td->attrs, (Eina_Inlist *) attr); -/* + Eina_List *action = NULL; action = eina_list_append(action, eina_stringshare_add("NONE")); action = eina_list_append(action, eina_stringshare_add("STATE_SET")); @@ -409,7 +409,7 @@ type_init_thread_blocking(void *data, Ecore_Thread *thread EINA_UNUSED) attr->value.strs = action; attr->value.type = ATTR_VALUE_CONSTANT; td->attrs = eina_inlist_append(td->attrs, (Eina_Inlist *) attr); -*/ + //Type: Integer attr = calloc(1, sizeof(parser_attr)); attr->keyword = eina_stringshare_add("color:");