git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@68580
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
Eina_List *l;
Eina_Hash *images_in_use;
void *data;
- Eina_Bool is_lua = FALSE;
+ Eina_Bool is_lua = EINA_FALSE;
/* remove all unreferenced Edje_Part_Collection */
EINA_LIST_FOREACH_SAFE(edje_collections, l, l2, pc)
unsigned int i;
if (pc->lua_script_only)
- is_lua = TRUE;
+ is_lua = EINA_TRUE;
#define PROGRAM_ID_SET(Type, Pc, It, Count) \
for (It = 0; It < Pc->programs.Type ## _count; ++It) \
{ \