embryo scritps update edje properly now?

SVN revision: 10550
This commit is contained in:
Carsten Haitzler 2004-06-19 16:24:21 +00:00
parent b2a3d16cc8
commit b05d836e27
2 changed files with 3 additions and 0 deletions

View File

@ -696,6 +696,7 @@ _edje_program_run(Edje *ed, Edje_Program *pr, int force, char *ssig, char *ssrc)
_edje_embryo_test_run(ed, fname, ssig, ssrc);
_edje_emit(ed, "program,stop", pr->name);
if (_edje_block_break(ed)) goto break_prog;
_edje_recalc(ed);
}
if (!((pr->action == EDJE_ACTION_TYPE_STATE_SET)
/* hmm this fucks somethgin up. must look into it later */

View File

@ -29,6 +29,7 @@ _edje_var_timer_cb(void *data)
embryo_program_data_set(ed->collection->script, ed);
embryo_program_run(ed->collection->script, fn);
embryo_program_data_set(ed->collection->script, pdata);
_edje_recalc(ed);
}
return 0;
}
@ -83,6 +84,7 @@ _edje_var_anim_cb(void *data)
embryo_program_data_set(ed->collection->script, ed);
embryo_program_run(ed->collection->script, fn);
embryo_program_data_set(ed->collection->script, pdata);
_edje_recalc(ed);
}
if (v == 1.0) ea->delete_me = 1;
}