Evas textblock: Adjusted some local macros a bit so they'll enforce our wanted usage of ';'.

SVN revision: 56409
This commit is contained in:
Tom Hacohen 2011-01-30 10:31:40 +00:00
parent 9ffa06fbf6
commit 4dede084eb
1 changed files with 5 additions and 2 deletions

View File

@ -7542,11 +7542,14 @@ evas_object_textblock_render(Evas_Object *obj, void *output, void *context, void
if ((obj->cur.geometry.x + x + ln->x + ti->parent.x - ti->inset) > (cx + cw + 20)) \
break; \
} \
}
} \
do
#define ITEM_WALK_END() \
while (0); \
} \
}
} \
do {} while(0)
#define COLOR_SET(col) \
ENFN->context_color_set(output, context, \
(obj->cur.cache.clip.r * ti->format->color.col.r) / 255, \