diff options
author | Luboš Luňák <l.lunak@collabora.com> | 2019-09-24 02:16:51 +0200 |
---|---|---|
committer | Luboš Luňák <l.lunak@collabora.com> | 2019-11-27 09:55:06 +0100 |
commit | 1a94be64dfe4c1877c24b5d22152a0cad7db40b6 (patch) | |
tree | 9b8a2cccf2bc1861d752af85ad675298ddcd63ea /vcl/inc/unx/salinst.h | |
parent | 06986d2eb8154230f2980567a80344c12a5e87e8 (diff) |
Skia supports 32bit bitmaps
And I'd say OpenGL does as well, but enabling this for OpenGL
makes some tests fail, so let's keep this only for Skia.
Change-Id: Ibbbb460cd053f4a6caa4e3a8a9c6ec52e19dcd38
Diffstat (limited to 'vcl/inc/unx/salinst.h')
-rw-r--r-- | vcl/inc/unx/salinst.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/inc/unx/salinst.h b/vcl/inc/unx/salinst.h index 1b4b6c1af6f8..a84c659917cd 100644 --- a/vcl/inc/unx/salinst.h +++ b/vcl/inc/unx/salinst.h @@ -81,6 +81,8 @@ public: virtual void AfterAppInit() override; + std::shared_ptr<vcl::BackendCapabilities> GetBackendCapabilities() override; + // dtrans implementation virtual css::uno::Reference< css::uno::XInterface > CreateClipboard( const css::uno::Sequence< css::uno::Any >& i_rArguments ) override; |