Dont need recalc params in external description in part_recalc.
authortiago <tiago@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 19 Apr 2010 20:37:35 +0000 (20:37 +0000)
committertiago <tiago@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 19 Apr 2010 20:37:35 +0000 (20:37 +0000)
commit59a1bb61e07187c3f479583a273549f6d766fcc0
tree2481a8d5662d595a61e9d87783736f82cc98f1fd
parentef8d5bd3f55f4e22281e1066954083810fc63c3f
Dont need recalc params in external description in part_recalc.

Others types, like TEXT/TEXTBLOCK/SWALLOW/GROUP (others?), are similar to Externals. And may can recalc some properties only in description_apply, not on every call to part_recalc.

Some generic boolean properties, like "visible", can be moved to description_appy too.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@48144 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/edje_calc.c
src/lib/edje_edit.c
src/lib/edje_load.c