forgot to document GLUT_ACTION_GLUTMAINLOOP_RETURNS when discussing glutLeaveMainLoop in api docs

git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@1715 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
dcnieho 2014-10-13 14:17:01 +00:00
parent adce03d8ab
commit f16d04cfd1

View File

@ -628,8 +628,11 @@ its event loop.
<p> <p>
The <tt>glutLeaveMainLoop</tt> function causes <i>freeglut</i> to stop the event loop. If the The <tt>glutLeaveMainLoop</tt> function causes <i>freeglut</i> to stop the event loop. If the
<tt>GLUT_ACTION_ON_WINDOW_CLOSE</tt> option has been set to <tt>GLUT_ACTION_CONTINUE_EXECUTION</tt>, <tt>GLUT_ACTION_ON_WINDOW_CLOSE</tt> option has been set to
control will return to the function which called <tt>glutMainLoop</tt>; otherwise the application will exit. <tt>GLUT_ACTION_GLUTMAINLOOP_RETURNS</tt> or
<tt>GLUT_ACTION_CONTINUE_EXECUTION</tt>, control will return to the
function which called <tt>glutMainLoop</tt>; otherwise the application
will exit.
</p> </p>
<p> <p>