diff options
author | Tor Lillqvist <tml@collabora.com> | 2020-07-22 11:46:25 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2020-07-22 11:47:03 +0300 |
commit | 26fdcd6dfc995a8273cedccee074a7674a1899e2 (patch) | |
tree | 9f2461f8b7d432a67853de61de63656aeac794c0 | |
parent | a60e8547d9abb3af73202eda9e5e946bd7dc9b0c (diff) |
Add explanatory commentco-6.4-1
Change-Id: I27aeeca56817e369d6d34d3953b2942baaa63ac8
-rw-r--r-- | vcl/headless/svpinst.cxx | 1 |
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; |