Access volition 76d OSX 10.9 GLFW Full Screen

Monkey Forums/Monkey Bug Reports/Access volition 76d OSX 10.9 GLFW Full Screen

dawlane(Posted 2014) [#1]
Looks like there is an issue with CGDisplayBestModeForParametersAndRefreshRateWithProperty in coca_window.m using Base SDK 10.9/XCODE 5.0.2. Work as expected on Base SDK 10.8
Xcode complains about Implicit declaration of function 'CGDisplayBestModeForParametersAndRefreshRateWithProperty' is invalid in C99 with CGMainDisplayID() then spits the dummy out on width = [[(id)fullscreenMode objectForKey:(id)kCGDisplayWidth] intValue]; with a EXC_BAD_ACCESS (code=1, address=0x512d90)

Using Monkey 76d haven't test this out on other versions yet.
Edit: Just tested with 77c experimental and it's been fixed in that version.
Was this to do with kCGDisplayModeIsSafeForHardware?