Fixed mode enumeration for Thunderbolt monitors.

This commit is contained in:
Camilla Berglund
2013-10-17 20:38:56 +02:00
parent e576bdc894
commit bc8ff545ca
2 changed files with 2 additions and 3 deletions

View File

@@ -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;