summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2020-07-22 11:46:25 +0300
committerTor Lillqvist <tml@collabora.com>2020-07-22 11:47:03 +0300
commit26fdcd6dfc995a8273cedccee074a7674a1899e2 (patch)
tree9f2461f8b7d432a67853de61de63656aeac794c0
parenta60e8547d9abb3af73202eda9e5e946bd7dc9b0c (diff)
Add explanatory commentco-6.4-1
Change-Id: I27aeeca56817e369d6d34d3953b2942baaa63ac8
-rw-r--r--vcl/headless/svpinst.cxx1
1 files changed, 1 insertions, 0 deletions
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;