[Plib-cvs] plib/src/pw pwWindows.cxx,1.5,1.6
Brought to you by:
sjbaker
From: Steve B. <sj...@us...> - 2004-02-28 22:38:59
|
Update of /cvsroot/plib/plib/src/pw In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15464/plib/src/pw Modified Files: pwWindows.cxx Log Message: Fixed a missing bracket in pwWindows. Added an option to KeyFlier to allow you to change the current coordinates without killing forward motion. Index: pwWindows.cxx =================================================================== RCS file: /cvsroot/plib/plib/src/pw/pwWindows.cxx,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- pwWindows.cxx 24 Feb 2004 02:10:40 -0000 1.5 +++ pwWindows.cxx 28 Feb 2004 22:29:11 -0000 1.6 @@ -154,7 +154,7 @@ void pwInit ( int multisample, int num_samples ) { - pwInit ( 0, 0, -1, -1, multisample, "NoName", FALSE, num_samples, + pwInit ( 0, 0, -1, -1, multisample, "NoName", FALSE, num_samples ) ; } |