From 77b8eb6547b8d16ac0db5875eb1249f777694abf Mon Sep 17 00:00:00 2001 From: "alexey.lysiuk" Date: Mon, 8 Oct 2018 15:39:39 +0300 Subject: [PATCH] - reverted macOS dark mode support with old SDKs This feature causes several issues with NSOpenGLView: * Mouse event coordinates are wrong in non-retina mode on HiDPI screen * In retina mode only 1/4 of picture is visible and its scaling is incorrect * Some sort of filtering is applied to frontbuffer picture * Noticeable increase in CPU load because of that filtering Linking with macOS 10.14 SDK leads to all these issues regardless of .plist option presence and its value --- src/posix/osx/zdoom-info.plist | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/posix/osx/zdoom-info.plist b/src/posix/osx/zdoom-info.plist index 341a061d7..f0bbbf3d9 100644 --- a/src/posix/osx/zdoom-info.plist +++ b/src/posix/osx/zdoom-info.plist @@ -48,7 +48,5 @@ NSApplication NSSupportsAutomaticGraphicsSwitching - NSRequiresAquaSystemAppearance -