From 3b80b133bf416f3bbc988e07a7a906ad9f8b63cd Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Wed, 6 Jul 2011 06:24:18 +0000 Subject: [PATCH] evas evas_map.c: Added warning messages to some codes. It has an infinite loop issue. SVN revision: 61066 --- legacy/evas/src/lib/canvas/evas_map.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/legacy/evas/src/lib/canvas/evas_map.c b/legacy/evas/src/lib/canvas/evas_map.c index 78e41405b3..28a9592175 100644 --- a/legacy/evas/src/lib/canvas/evas_map.c +++ b/legacy/evas/src/lib/canvas/evas_map.c @@ -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