Revert edje calculate optimizations.
authorbarbieri <barbieri@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 9 Sep 2008 23:41:42 +0000 (23:41 +0000)
committerbarbieri <barbieri@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 9 Sep 2008 23:41:42 +0000 (23:41 +0000)
commitb4dc0ebdeb49798e9fcce69476b813dfb96b7ec0
tree8ae197af1627ee8c7e58ca6a533f3665aa2732b3
parent9852114615aed78281c6d9f01fede00a273ef258
Revert edje calculate optimizations.

Edje is tricky, it's event processing is too weird and Cedric's
changes to make it work are not working as expected. Edje freezes
itself while processing signals, but in mouse down cb it forces
recalculate, which seems was previously ignored, but now they are not.

We should look at how to fix this and then re-apply this patch.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@35908 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/edje_calc.c
src/lib/edje_private.h
src/lib/edje_smart.c
src/lib/edje_util.c