return somethnig

SVN revision: 43485
This commit is contained in:
Carsten Haitzler 2009-11-06 10:26:54 +00:00
parent 948bb4a63e
commit eb732b80e0
1 changed files with 2 additions and 2 deletions

View File

@ -128,7 +128,7 @@ _evas_child_changed_propagate(Evas_Object *obj)
(obj2->changed))
{
obj->changed = 1;
return;
return 1;
}
else if (obj2->smart.smart)
{
@ -199,7 +199,7 @@ _evas_render_phase1_object_process(Evas *e, Evas_Object *obj, Eina_Array *active
obj->render_pre = 1;
}
}
return;
return clean_them;
}
/* handle normal rendering. this object knows how to handle maps */