mirror of
https://github.com/glfw/glfw.git
synced 2025-04-05 21:45:08 +00:00
Cleanup
This commit is contained in:
parent
40fff219b5
commit
f0a55df963
1 changed files with 1 additions and 2 deletions
|
@ -77,12 +77,11 @@ static char* getDisplayName(CGDirectDisplayID displayID)
|
|||
static GLFWbool modeIsGood(CGDisplayModeRef mode)
|
||||
{
|
||||
uint32_t flags = CGDisplayModeGetIOFlags(mode);
|
||||
|
||||
if (!(flags & kDisplayModeValidFlag) || !(flags & kDisplayModeSafeFlag))
|
||||
return GLFW_FALSE;
|
||||
|
||||
if (flags & kDisplayModeInterlacedFlag)
|
||||
return GLFW_FALSE;
|
||||
|
||||
if (flags & kDisplayModeStretchedFlag)
|
||||
return GLFW_FALSE;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue