* evas_object_image.c: Remove a warning and return 1 as a success.

SVN revision: 39060
This commit is contained in:
Cedric BAIL 2009-02-17 17:36:29 +00:00
parent 55cfc46ee2
commit 720a9efe71
1 changed files with 1 additions and 0 deletions

View File

@ -2721,6 +2721,7 @@ evas_object_image_get_opaque_rect(Evas_Object *obj, Evas_Coord *x, Evas_Coord *y
if (*w < 0) *w = 0;
*h = obj->cur.geometry.h - (o->cur.border.t + o->cur.border.b);
if (*h < 0) *h = 0;
return 1;
}
static void *