added glutGetProcAddress() and GLUT_FPS

git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@74 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
brianp 2003-06-18 13:50:33 +00:00
parent 4e8fac443a
commit ed630514e1

View File

@ -147,3 +147,13 @@ October 24, 2002:
(54) Fixes for the window positioning problem.
(55) Fixed a couple of compiler warnings and other bugs. Changed "freeglut_main.c" to remove a compiler warning. Changed "freeglut_structure.c" to set the current window before calling the window closure callback.
*******************************************************************************************
* Changes on 17 June 2003
*******************************************************************************************
(56) Added glutGetProcAddress()
(57) Added GLUT_FPS env var.