tdf#142061 Add window scaling to XOR emulation on macOS
commit2cce064e6bb570361c845f7b3d82960f89c70bb1
authorThorsten Wagner <thorsten.wagner.4@gmail.com>
Wed, 19 May 2021 15:47:58 +0000 (19 17:47 +0200)
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>
Sat, 22 May 2021 16:02:29 +0000 (22 18:02 +0200)
treea301056c4cd056d4e2606e906e6d29d446eaa9ce
parent77b505b0b9fd86d2bd8e82f2be7d40307dfd1493
tdf#142061 Add window scaling to XOR emulation on macOS

Window scaling for retina displays on macOS has been added to fix
tdf#138122 in commit 1a167625314bf36b735176ed488e6ba9b5e9b675

Missing window scaling for XOR emulation is added by this change.
Code modified for macOS is moved from quartz/salgidcommon.cxx to
osx/salmacos.cxx while original code is copied to ios/salios.cxx
to prevent modifications for iOS.

Change-Id: Ia8c52f9045379cc37d5aff1279650db0dddee8c0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115816
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
vcl/ios/salios.cxx
vcl/osx/salmacos.cxx
vcl/quartz/salgdicommon.cxx