OSX 10.7 Depreciated function issues

dave29483 wrote on Saturday, June 09, 2012:

Hi,

I’m not sure if this is already in the works but when I compile on OSX 10.7 it
reports the following as being depreciated;

CGDisplayCurrentMode
CGDisplaySwitchToMode
CGDisplayBestModeForParametersAndRefreshRateWithProperty

More of an FYI than anything.

Keep up the great work. Best glut replacement I have ever used!

Thanks,
Dave.

elmindreda wrote on Sunday, June 10, 2012:

I’ve replaced those functions with modern equivalents in GLFW 3, but I’m not
sure if it’s worth it to add parallel implementations to GLFW 2.7. It still
needs to work on older versions of Mac OS X, so I wouldn’t be able to just
remove the deprecated calls.