mirror of
https://github.com/glfw/glfw.git
synced 2026-02-20 22:23:12 +01:00
Fixed mode enumeration for Thunderbolt monitors.
This commit is contained in:
@@ -76,9 +76,6 @@ static GLboolean modeIsGood(CGDisplayModeRef mode)
|
||||
if (flags & kDisplayModeInterlacedFlag)
|
||||
return GL_FALSE;
|
||||
|
||||
if (flags & kDisplayModeTelevisionFlag)
|
||||
return GL_FALSE;
|
||||
|
||||
if (flags & kDisplayModeStretchedFlag)
|
||||
return GL_FALSE;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user