Mercurial > MadButterfly
comparison src/animate.c @ 1024:63f2f1daf5d3 refine_backend_if
X_main.c works with new backend definition
author | Thinker K.F. Li <thinker@codemud.net> |
---|---|
date | Mon, 22 Nov 2010 15:38:11 +0800 |
parents | f25b8ad338b4 |
children | e415c55b4a0d |
comparison
equal
deleted
inserted
replaced
1023:dffecd62817c | 1024:63f2f1daf5d3 |
---|---|
332 return; | 332 return; |
333 } | 333 } |
334 | 334 |
335 timer = mb_timer_man_timeout(timer_man, &progm->words[0].abs_start, | 335 timer = mb_timer_man_timeout(timer_man, &progm->words[0].abs_start, |
336 mb_progm_step, progm); | 336 mb_progm_step, progm); |
337 ASSERT(timer != NULL); | 337 ASSERT(timer != -1); |
338 | 338 |
339 /* We need timer to abort it. */ | 339 /* We need timer to abort it. */ |
340 progm->cur_timer = timer; | 340 progm->cur_timer = timer; |
341 } | 341 } |
342 | 342 |