From 05a4cfb4a14c61c5f7333719023a1b441f7f3fa6 Mon Sep 17 00:00:00 2001 From: Eric Sandall Date: Tue, 17 Jun 2003 20:22:57 +0000 Subject: [PATCH] * Updated ChangeLog git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@72 7f0cb862-5218-0410-a997-914c9d46530a --- ChangeLog | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index fc1d537..49298aa 100644 --- a/ChangeLog +++ b/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. -- 1.7.10.4