Re: [Plib-devel] Re: [PATCH] crease for ac3d files and speedup
Brought to you by:
sjbaker
From: Frederic B. <fre...@fr...> - 2004-12-01 08:59:07
|
Wolfram Kuss wrote: > Thanks, "-p0" works. I have now committed the patch. Thank you Wolfram, we are eagerly waiting the backup CVS server to be upd= ated. Can I abuse your patience to ask you to commit this joystick patch ? Thanks, -Fred cvs -z4 -q diff -u jsWindows.cxx (in directory I:\FlightGear\cvs\plib\src= \js\) Index: jsWindows.cxx =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /cvsroot/plib/plib/src/js/jsWindows.cxx,v retrieving revision 1.5 diff -u -r1.5 jsWindows.cxx --- jsWindows.cxx 21 Sep 2004 11:45:55 -0000 1.5 +++ jsWindows.cxx 7 Oct 2004 21:47:48 -0000 @@ -126,7 +126,7 @@ // X,Y,Z,R,U,V,POV - not necessarily the first n of these. if ( os->jsCaps.wCaps & JOYCAPS_HASPOV ) { - num_axes =3D _JS_MAX_AXES ; + num_axes =3D _JS_MAX_AXES_WIN ; min [ 7 ] =3D -1.0 ; max [ 7 ] =3D 1.0 ; // POV Y min [ 6 ] =3D -1.0 ; max [ 6 ] =3D 1.0 ; // POV X } |