Fixed gamma functions acting on whole desktop.

Fixes #336.
This commit is contained in:
Camilla Berglund
2014-09-12 14:40:17 +02:00
parent 5ca875a7ff
commit 5bbb837635
2 changed files with 4 additions and 12 deletions
+2
View File
@@ -97,6 +97,8 @@ GLFW bundles a number of dependencies in the `deps/` directory.
- [Win32] Bugfix: Context re-creation was not triggered by sRGB hint
- [Win32] Bugfix: Full screen windows were incorrectly sized and placed on some
systems
- [Win32] Bugfix: Gamma ramp functions acted on entire desktop instead of the
specified monitor
- [X11] Added run-time support for systems lacking the XKB extension
- [X11] Made GLX 1.3 the minimum supported version
- [X11] Replaced `XRRGetScreenResources` with `XRRGetScreenResourcesCurrent`