[Libreoffice-commits] core.git: vcl/headless
Tor Lillqvist (via logerrit)
logerrit at kemper.freedesktop.org
Wed Jul 22 08:48:33 UTC 2020
vcl/headless/svpinst.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 084ac2c5a2a6a3d932113dd629dde7b08c96f7ab
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:43 2020 +0300
Add explanatory comment
Change-Id: I27aeeca56817e369d6d34d3953b2942baaa63ac8
diff --git a/vcl/headless/svpinst.cxx b/vcl/headless/svpinst.cxx
index 055b7cad9dfc..32ce1a352044 100644
--- a/vcl/headless/svpinst.cxx
+++ b/vcl/headless/svpinst.cxx
@@ -572,6 +572,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