evas evas_map.c: Added warning messages to some codes. It has an

infinite loop issue.


SVN revision: 61066
This commit is contained in:
Daniel Juyung Seo 2011-07-06 06:24:18 +00:00
parent 39c9b99fca
commit 3b80b133bf
1 changed files with 3 additions and 0 deletions

View File

@ -40,6 +40,9 @@ _evas_map_calc_map_geometry(Evas_Object *obj)
Eina_Bool ch = EINA_FALSE;
if (!obj->cur.map) return;
// WARN: Do not merge below code to SLP until it is fixed.
// It has an infinite loop bug.
if (obj->prev.map)
{
// FIXME: this causes an infinite loop somewhere... hard to debug