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/inc | |
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/inc')
-rw-r--r-- | vcl/inc/quartz/salgdi.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/inc/quartz/salgdi.h b/vcl/inc/quartz/salgdi.h index 69b735787bdc..4897d96c6089 100644 --- a/vcl/inc/quartz/salgdi.h +++ b/vcl/inc/quartz/salgdi.h @@ -174,7 +174,6 @@ class AquaSalGraphics : public SalGraphics #ifdef MACOSX /// is this a window graphics bool mbWindow; - bool mbWindowScaling; #else // IOS |