From 74a6c872d643bddc7f793be60571e25cf918ade1 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Fri, 4 Mar 2011 14:23:44 +0100 Subject: [PATCH] Updated changelog. --- readme.html | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.html b/readme.html index f8127713..be5c40cb 100644 --- a/readme.html +++ b/readme.html @@ -297,6 +297,7 @@ version of GLFW.

  • Removed GLFWCALL and GLFWAPIENTRY macros for stdcall calling convention
  • Bugfix: The default OpenGL version in the version test was set to 1.1
  • Bugfix: The OpenGL profile and forward-compatibility window parameters were not saved after context creation
  • +
  • [Cocoa] Bugfix: The loop condition for saving video modes used the wrong index variable
  • [X11] Added support for the GLX_EXT_swap_control extension as an alternative to GLX_SGI_swap_control
  • [X11] Bugfix: Calling glXCreateContextAttribsARB with an unavailable OpenGL version caused the application to terminate with a BadMatch Xlib error
  • [Win32] Removed explicit support for versions of Windows older than Windows XP