Cocoa: Monitor name cleanup

Only retrieve the display info dictionary once.  Remove non-standard
function name.
This commit is contained in:
Camilla Berglund
2016-11-15 20:39:39 +01:00
parent 94b8486d4b
commit d19a21bd01
2 changed files with 60 additions and 82 deletions

View File

@@ -116,6 +116,8 @@ information on what to include when reporting a bug.
- [Cocoa] Added support for Vulkan window surface creation via MoltenVK (#870)
- [Cocoa] Bugfix: Disabling window aspect ratio would assert (#852)
- [Cocoa] Bugfix: Window creation failed to set first responder (#876,#883)
- [Cocoa] Bugfix: Removed use of deprecated `CGDisplayIOServicePort` function
(#165,#192,#508,#511)
- [EGL] Added support for `EGL_KHR_get_all_proc_addresses` (#871)