From 0f9c5d3f0a77e4b8deb5385ef1710417a8c60eee Mon Sep 17 00:00:00 2001 From: sandalle Date: Tue, 17 Jun 2003 20:22:57 +0000 Subject: [PATCH] * Updated ChangeLog git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@72 7f0cb862-5218-0410-a997-914c9d46530a --- freeglut/freeglut/ChangeLog | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/freeglut/freeglut/ChangeLog b/freeglut/freeglut/ChangeLog index fc1d537..49298aa 100644 --- a/freeglut/freeglut/ChangeLog +++ b/freeglut/freeglut/ChangeLog @@ -136,8 +136,14 @@ October 24, 2002: (51) Changed "freeglut_state.c" so the "glutGet" calls with window position and size don't move the windows down and to the right one pixel. +******************************************************************************************* +* Changes starting in May 2003 +******************************************************************************************* +(52) Implement single-buffered rendering (or its emulation) in Windows. +(53) Implement Eero Pajarre's "GLUT_ICON" code. +(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.