Changeset 100

Show
Ignore:
Timestamp:
04/24/07 19:25:11 (2 years ago)
Author:
dsmith
Message:

merge trunk changes into api_overhaul

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/api_overhaul/ChangeLog

    r99 r100  
    1111        wminput 
    1212        * updated for API overhaul 
     13 
     142007-04-15 <work.eric@gmail.com> 
     15        wminput 
     16        * fixed classic controller configuration bug 
    1317 
    14182007-04-12 L. Donnie Smith <cwiid@abstrakraft.org> 
  • branches/api_overhaul/NEWS

    r37 r100  
     10.5.03 
     2        - Bugfixes, lswm utility, disconnect messages, wminput infinite wait 
     3 
    140.5.02 
    25        - Bugfixes, configure --disable-ldconfig 
  • branches/api_overhaul/wminput/conf.c

    r83 r100  
    1616 * 
    1717 *  ChangeLog: 
     18 *  2007-04-15 <work.eric@gmail.com> 
     19 *  * fixed classic controller configuration bug 
     20 * 
    1821 *  2007-04-08 L. Donnie Smith <cwiid@abstrakraft.org> 
    1922 *  * fixed pointer qualifier warning in get_plugin 
     
    121124        case CONF_CC: 
    122125                conf->rpt_mode_flags |= CWIID_RPT_CLASSIC; 
    123                 conf->nunchuk_bmap[button].active = 1; 
     126                conf->classic_bmap[button].active = 1; 
    124127                conf->classic_bmap[button].action = action; 
    125128                break;