I am smokydiamond, and I committed only Olivier's changes, not
John Fay's. The line "void jsInit(){}" does not appear in the cvs
version of jsNone.cxx. I could add that one line to fix the
problem we have now, or I could just commit all of John's changes
at once.
Eric Lavigne
On Mon Aug 30 22:22:41 EDT 2004, "James 'J.C.' Jones"
<jc...@uf...> wrote:
> On Mon, 2004-08-30 at 10:33, Fay John F Contr AAC/WMG wrote:
>> OK, this is one more of my fixes to Olivier's code that didn't
>> make it
>> into CVS. The function does indeed need to be inserted into
>> "jsNone.cxx". My version has on line 56 of that file:
>>
>> void jsJoystick::rawRead ( int *buttons, float *axes )
>> {
>> if ( buttons != NULL ) *buttons = 0 ;
>> }
>>
>> + void jsInit () {}
>> +
>> #endif
>> So if somebody will please put that into CVS post-haste it will
>> be a
>> Very Good Thing.
>
> That's already in CVS, courtesy of smokydiamond on 15 August:
>
> revision 1.3
> date: 2004/08/15 00:12:32; author: smokydiamond; state: Exp;
> lines:
> +8 -4
> Olivier A's js rewrite
>
>
> -- James 'J.C.' Jones - <jc...@uf...> -
> http://pug.ibu02.com/
> Television has proved that people will look at anything
> rather than each other.
> -- Ann Landers
>
|