Cocoa: Disable deprecated function on macOS 10.12+

CGDisplayModeCopyPixelEncoding is deprecated starting with macOS 10.12.
This commit is contained in:
Camilla Berglund
2016-11-16 04:01:36 +01:00
parent d19a21bd01
commit 9190cf8796
2 changed files with 8 additions and 1 deletions
+2
View File
@@ -118,6 +118,8 @@ information on what to include when reporting a bug.
- [Cocoa] Bugfix: Window creation failed to set first responder (#876,#883)
- [Cocoa] Bugfix: Removed use of deprecated `CGDisplayIOServicePort` function
(#165,#192,#508,#511)
- [Cocoa] Bugfix: Disabled use of deprecated `CGDisplayModeCopyPixelEncoding`
function on macOS 10.12+
- [EGL] Added support for `EGL_KHR_get_all_proc_addresses` (#871)