[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.4' - vcl/headless
Tor Lillqvist (via logerrit)
logerrit at kemper.freedesktop.org
Wed Jul 22 08:47:48 UTC 2020
vcl/headless/svpinst.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 26fdcd6dfc995a8273cedccee074a7674a1899e2
Author: Tor Lillqvist <tml at collabora.com>
AuthorDate: Wed Jul 22 11:46:25 2020 +0300
Commit: Tor Lillqvist <tml at collabora.com>
CommitDate: Wed Jul 22 11:47:03 2020 +0300
Add explanatory comment
Change-Id: I27aeeca56817e369d6d34d3953b2942baaa63ac8
diff --git a/vcl/headless/svpinst.cxx b/vcl/headless/svpinst.cxx
index 0e40fbe0c70e..3b921af90c26 100644
--- a/vcl/headless/svpinst.cxx
+++ b/vcl/headless/svpinst.cxx
@@ -570,6 +570,7 @@ std::shared_ptr<vcl::BackendCapabilities> SvpSalInstance::GetBackendCapabilities
{
auto pBackendCapabilities = SalInstance::GetBackendCapabilities();
#ifndef IOS
+ // Note: This code is used for iOS, too. Let's not use 32-bit bitmaps with included apha on iOS for now.
pBackendCapabilities->mbSupportsBitmap32 = true;
#endif
return pBackendCapabilities;
More information about the Libreoffice-commits
mailing list