Mercurial > MadButterfly
changeset 1037:9f8a64ac5435 refine_backend_if
Fix typo of io_fact.
author | Thinker K.F. Li <thinker@codemud.net> |
---|---|
date | Tue, 23 Nov 2010 09:29:55 +0800 |
parents | 2275aef63b21 |
children | 48c69a18f2e4 |
files | include/mb_backend.h |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/include/mb_backend.h Tue Nov 23 08:55:22 2010 +0800 +++ b/include/mb_backend.h Tue Nov 23 09:29:55 2010 +0800 @@ -97,10 +97,10 @@ mb_dfl_backend.rt_new((disp), (w), (h)) #define mb_runtime_new_with_win(disp, win) \ mb_dfl_backend.rt_new_with_win((disp), (win)) -#define mb_reg_IO_factory(io_man) \ - mb_dfl_backend.reg_IO_factory(io_man) -#define mb_reg_timer_factory(tm_man) \ - mb_dfl_backend.reg_timer_factory(tm_man) +#define mb_reg_IO_factory(io_fact) \ + mb_dfl_backend.reg_IO_factory(io_fact) +#define mb_reg_timer_factory(tm_fact) \ + mb_dfl_backend.reg_timer_factory(tm_fact) /* * This is defined by backend implementations. For example, X_supp.c