also added note about glutWMCloseFunc to docs, and forgot to put

glugCloseFunc in the index.


git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@1472 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
dcnieho 2012-11-23 05:35:31 +00:00
parent 13a5f957f7
commit 6724c68a10

View File

@ -133,6 +133,7 @@ contained herein.
<li>glutDisplayFunc</li>
<li>glutOverlayDisplayFunc</li>
<li>glutReshapeFunc</li>
<li>glutCloseFunc</li>
<li>glutKeyboardFunc</li>
<li>glutSpecialFunc</li>
<li>glutKeyboardUpFunc</li>
@ -896,6 +897,10 @@ is not invoked from the <tt>glutDestroyWindow</tt> call, but at a
later time point.
<i>Freeglut</i> sets the <i>current window</i> to the window
which is about to be closed when the callback is invoked.
Please note that other further developments of <i>GLUT</i> provide a
<tt>glutWMCloseFunc</tt>. For compatibility, <i>FreeGLUT</i> also
provides this function. It is however an alias to
<tt>glutCloseFunc</tt>.
<p><b>Changes From GLUT</b></p>