mirror of
https://github.com/glfw/glfw.git
synced 2026-08-04 04:28:57 +02:00
This makes glfwSetGamma generate a gamma ramp of the same size as the monitor's current ramp, which will avoid failure on non-256 entry monitors on X11 and avoid ramp interpolation on macOS. Closes #1387. Fixes #1388.