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:43 +0300 |
commit | 084ac2c5a2a6a3d932113dd629dde7b08c96f7ab (patch) | |
tree | 54f1b6d0440c556d56867207f5a1c1b11fd4b50d /vcl/headless | |
parent | b132a2868a248177de63142c6d09b0e68169c237 (diff) |
Add explanatory comment
Change-Id: I27aeeca56817e369d6d34d3953b2942baaa63ac8
Diffstat (limited to 'vcl/headless')
-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 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; |