Changeset 100
- Timestamp:
- 04/24/07 19:25:11 (2 years ago)
- Files:
-
- branches/api_overhaul/ChangeLog (modified) (1 diff)
- branches/api_overhaul/NEWS (modified) (1 diff)
- branches/api_overhaul/wminput/conf.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/api_overhaul/ChangeLog
r99 r100 11 11 wminput 12 12 * updated for API overhaul 13 14 2007-04-15 <work.eric@gmail.com> 15 wminput 16 * fixed classic controller configuration bug 13 17 14 18 2007-04-12 L. Donnie Smith <cwiid@abstrakraft.org> branches/api_overhaul/NEWS
r37 r100 1 0.5.03 2 - Bugfixes, lswm utility, disconnect messages, wminput infinite wait 3 1 4 0.5.02 2 5 - Bugfixes, configure --disable-ldconfig branches/api_overhaul/wminput/conf.c
r83 r100 16 16 * 17 17 * ChangeLog: 18 * 2007-04-15 <work.eric@gmail.com> 19 * * fixed classic controller configuration bug 20 * 18 21 * 2007-04-08 L. Donnie Smith <cwiid@abstrakraft.org> 19 22 * * fixed pointer qualifier warning in get_plugin … … 121 124 case CONF_CC: 122 125 conf->rpt_mode_flags |= CWIID_RPT_CLASSIC; 123 conf-> nunchuk_bmap[button].active = 1;126 conf->classic_bmap[button].active = 1; 124 127 conf->classic_bmap[button].action = action; 125 128 break;
