# HG changeset patch # User Thinker K.F. Li # Date 1290475795 -28800 # Node ID 9f8a64ac5435f4b9c4ab248a768e315235673e50 # Parent 2275aef63b2186e43de47d16aeea373e3896c3a9 Fix typo of io_fact. diff -r 2275aef63b21 -r 9f8a64ac5435 include/mb_backend.h --- 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