[Plib-cvs] plib/doc/pw index.html,1.3,1.4
Brought to you by:
sjbaker
From: Steve B. <sj...@us...> - 2004-03-20 02:31:11
|
Update of /cvsroot/plib/plib/doc/pw In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1323/plib/doc/pw Modified Files: index.html Log Message: Fixed key-repeat problem in PW and enhanced demo program to make it obvious that it's fixed. Index: index.html =================================================================== RCS file: /cvsroot/plib/plib/doc/pw/index.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- index.html 24 Feb 2004 02:06:03 -0000 1.3 +++ index.html 20 Mar 2004 02:21:18 -0000 1.4 @@ -130,7 +130,8 @@ </pre> This function swaps the double-buffers, collects keystrokes, mouse events and resize events and calls whatever application-defined callbacks are -needed. +needed. It is NOT LEGAL to call pwSwapBuffers() from inside a PW callback +function. <p> When you wish to close the PW window, you should call: <pre> |