Fixed WGL not re-creating for sRGB hint.

Fixes #312.
This commit is contained in:
Doug Binks
2014-06-23 20:29:25 +02:00
committed by Camilla Berglund
parent 46a56ea742
commit 55b5ca0bcc
2 changed files with 13 additions and 0 deletions
+1
View File
@@ -87,6 +87,7 @@ GLFW bundles a number of dependencies in the `deps/` directory.
- [Win32] Bugfix: Some keys were reported based on the current layout instead
of their physical location
- [Win32] Bugfix: Maximized hidden windows were restored by `glfwShowWindow`
- [Win32] Bugfix: Context re-creation was not triggered by sRGB hint
- [X11] Added run-time support for systems lacking the XKB extension
- [X11] Made GLX 1.3 the minimum supported version
- [X11] Bugfix: The case of finding no usable CRTCs was not detected