result = eina_mempool_malloc(ce->mp.GROUP, sizeof (Edje_Part_Description_Common));
break;
-#define ALLOC_POOL(Short, Type, Name) \
+#define CONVERT_ALLOC_POOL(Short, Type, Name) \
case EDJE_PART_TYPE_##Short: \
{ \
Edje_Part_Description_##Type *Name; \
break; \
}
- ALLOC_POOL(IMAGE, Image, image);
- ALLOC_POOL(TEXT, Text, text);
- ALLOC_POOL(TEXTBLOCK, Text, text);
- ALLOC_POOL(BOX, Box, box);
- ALLOC_POOL(TABLE, Table, table);
- ALLOC_POOL(EXTERNAL, External, external_params);
+ CONVERT_ALLOC_POOL(IMAGE, Image, image);
+ CONVERT_ALLOC_POOL(TEXT, Text, text);
+ CONVERT_ALLOC_POOL(TEXTBLOCK, Text, text);
+ CONVERT_ALLOC_POOL(BOX, Box, box);
+ CONVERT_ALLOC_POOL(TABLE, Table, table);
+ CONVERT_ALLOC_POOL(EXTERNAL, External, external_params);
}
*result = oed->common;
pd = eina_mempool_malloc(ce->mp.GROUP, sizeof (Edje_Part_Description_Common));
break;
-#define ALLOC_POOL(Short, Type, Name) \
+#define EDIT_ALLOC_POOL(Short, Type, Name) \
case EDJE_PART_TYPE_##Short: \
{ \
Edje_Part_Description_##Type *Name; \
break; \
}
- ALLOC_POOL(IMAGE, Image, image);
- ALLOC_POOL(TEXT, Text, text);
- ALLOC_POOL(TEXTBLOCK, Text, text);
- ALLOC_POOL(BOX, Box, box);
- ALLOC_POOL(TABLE, Table, table);
- ALLOC_POOL(EXTERNAL, External, external_params);
+ EDIT_ALLOC_POOL(IMAGE, Image, image);
+ EDIT_ALLOC_POOL(TEXT, Text, text);
+ EDIT_ALLOC_POOL(TEXTBLOCK, Text, text);
+ EDIT_ALLOC_POOL(BOX, Box, box);
+ EDIT_ALLOC_POOL(TABLE, Table, table);
+ EDIT_ALLOC_POOL(EXTERNAL, External, external_params);
}
return pd;