Fixed retrieval of OpenGL 1.0 and 1.1 on WGL.

This commit is contained in:
Camilla Berglund
2013-06-26 13:57:09 +02:00
parent 4883073b91
commit 194e22dbbe
3 changed files with 24 additions and 3 deletions
+2
View File
@@ -102,6 +102,8 @@ See the [GLFW 3.0 documentation](http://www.glfw.org/docs/3.0/).
- Bugfix: The `-Wall` flag was not used with Clang and other GCC compatibles
- Bugfix: The default for `GLFW_ALPHA_BITS` was set to zero
- [Win32] Bugfix: The clipboard string was not freed on terminate
- [Win32] Bugfix: Entry points for OpenGL 1.0 and 1.1 functions were not
returned by `glfwGetProcAddress`
- [Cocoa] Bugfix: The clipboard string was not freed on terminate
- [X11] Bugfix: Override-redirect windows were resized to the desired instead
of the actual resolution of the selected video mode