summaryrefslogtreecommitdiff
path: root/os
diff options
context:
space:
mode:
authorMichael Lutz <michi@icosahedron.de>2021-01-07 21:18:25 +0100
committerMichael Lutz <michi@icosahedron.de>2021-02-14 11:50:18 +0100
commit0fc763bc5597e04ee528a34ca2730f780d25fb5e (patch)
tree5423154a86243834a24b17bbe1072d022acbf786 /os
parent8906e9e0fd6dc7bd64f9ad2c633da6f110dbf921 (diff)
downloadopenttd-0fc763bc5597e04ee528a34ca2730f780d25fb5e.tar.xz
Change: [OSX] Render screen in full native resolution on HiDPI displays.
Diffstat (limited to 'os')
-rw-r--r--os/macosx/Info.plist.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/os/macosx/Info.plist.in b/os/macosx/Info.plist.in
index 04d6ea6d3..359d28de8 100644
--- a/os/macosx/Info.plist.in
+++ b/os/macosx/Info.plist.in
@@ -29,5 +29,7 @@
<string>Copyright 2004-${CURRENT_YEAR} The OpenTTD team</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
+ <key>NSHighResolutionCapable</key>
+ <string>True</string>
</dict>
</plist>