* edje: Fix calc.

SVN revision: 41840
This commit is contained in:
Cedric BAIL 2009-08-17 14:00:44 +00:00
parent 061798f628
commit 06f76b1e87
1 changed files with 2 additions and 2 deletions

View File

@ -780,11 +780,11 @@ struct _Edje_Real_Part_State
Edje_Real_Part *rel2_to_x; // 4
Edje_Real_Part *rel2_to_y; // 4
#ifdef EDJE_CALC_CACHE
Edje_Calc_Params p; // 116
int state; // 4
Edje_Calc_Params p; // 96
#endif
}; // 20
// WITH EDJE_CALC_CACHE 140
// WITH EDJE_CALC_CACHE 120
struct _Edje_Real_Part_Drag
{