mirror of
https://github.com/glfw/glfw.git
synced 2024-11-22 04:54:35 +00:00
Fixed broken test for broken RandR gamma.
This commit is contained in:
parent
e5a4bea4df
commit
9fe71af79a
@ -54,7 +54,7 @@ void _glfwInitGammaRamp(void)
|
||||
XRRScreenResources* rr = XRRGetScreenResources(_glfw.x11.display,
|
||||
_glfw.x11.root);
|
||||
|
||||
if (XRRGetCrtcGammaSize(_glfw.x11.display, rr->crtcs[0]))
|
||||
if (XRRGetCrtcGammaSize(_glfw.x11.display, rr->crtcs[0]) == 0)
|
||||
{
|
||||
// This is probably older Nvidia RandR with broken gamma support
|
||||
// Flag it as useless and try Xf86VidMode below, if available
|
||||
|
Loading…
Reference in New Issue
Block a user