diff options
author | Pierre Ossman <ossman@cendio.se> | 2017-09-21 15:43:58 +0200 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2017-09-21 15:43:58 +0200 |
commit | aceb4e7bf702d5c26bad9e646854d69b68ee4d5a (patch) | |
tree | bd15cb239729a8b274d0224c0249367db801843e | |
parent | 5433808e6cf9ea67f989d1caeb3d767bd1450af1 (diff) | |
download | tigervnc-aceb4e7bf702d5c26bad9e646854d69b68ee4d5a.tar.gz tigervnc-aceb4e7bf702d5c26bad9e646854d69b68ee4d5a.zip |
Switch back to low resolution mode on macOS
This is a revert of 6c0181c. Testing showed that we got a big
performance hit by enabling this, and we also saw some graphical
artifacts. More work is needed before this can be enabled by default.
-rw-r--r-- | release/Info.plist.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release/Info.plist.in b/release/Info.plist.in index c390ad6c..b60421c2 100644 --- a/release/Info.plist.in +++ b/release/Info.plist.in @@ -7,7 +7,7 @@ <key>CFBundleExecutable</key> <string>TigerVNC Viewer</string> <key>NSHighResolutionCapable</key> - <string>True</string> + <string>False</string> <key>CFBundleGetInfoString</key> <string>@VERSION@, Copyright © 1998-2011 [many holders]</string> <key>CFBundleIconFile</key> |