From 9d66916bab11e22ff2b670638be3a50e604897a1 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 18 Jun 2003 13:50:33 +0000 Subject: [PATCH] added glutGetProcAddress() and GLUT_FPS git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@74 7f0cb862-5218-0410-a997-914c9d46530a --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index 49298aa..0835f0f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. + -- 1.7.10.4