diff options
author | Thorsten Wagner <thorsten.wagner.4@gmail.com> | 2021-01-27 01:01:10 +0100 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2021-01-27 10:09:59 +0100 |
commit | f318b856ed055f1952276355f811153f6b29c93e (patch) | |
tree | 46c10ea82a1031f233cdec4e6c2630a9d337fb16 /vcl/osx/salmacos.cxx | |
parent | f2389a70da606768a39ee599de6a5b24058734aa (diff) |
tdf#138122 Detect window scaling for multi display configurations on macOS
(1) Activate window scaling when at least one retina display is connected
(2) Remove environment variable VCL_MACOS_FORCE_WINDOW_SCALING
Change-Id: If6926ace7238f2be4ae91290872dbb3dbf658221
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110002
Tested-by: Jenkins
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'vcl/osx/salmacos.cxx')
-rw-r--r-- | vcl/osx/salmacos.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/osx/salmacos.cxx b/vcl/osx/salmacos.cxx index 0f41dd9e8c4a..5b1265130cd0 100644 --- a/vcl/osx/salmacos.cxx +++ b/vcl/osx/salmacos.cxx @@ -19,7 +19,7 @@ // This file contains the macOS-specific versions of the functions which were touched in the commit // to fix tdf#138122. The iOS-specific versions of these functions are kept (for now, when this -// comment is written) as they were before that commit in vcl/isx/salios.cxx. +// comment is written) as they were before that commit in vcl/ios/salios.cxx. #include <sal/config.h> #include <sal/log.hxx> |