From db8df63a54806b93fb5bc4f5501dfb29f30902f4 Mon Sep 17 00:00:00 2001 From: Thomas Debesse Date: Sat, 20 Feb 2021 20:38:10 +0100 Subject: [PATCH] macos: set NSHighResolutionCapable to file in plist to attempt to avoid to render only the square of the GL viewport --- setup/apple/Contents/Info.plist | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup/apple/Contents/Info.plist b/setup/apple/Contents/Info.plist index 01044452..3a8348e1 100644 --- a/setup/apple/Contents/Info.plist +++ b/setup/apple/Contents/Info.plist @@ -22,5 +22,7 @@ 1.5.0 LSMinimumSystemVersion 10.7 + NSHighResolutionCapable + -- 2.39.2