diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-06-13 18:09:08 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-06-13 22:06:04 +0200 |
commit | 277395b6266c57a7709c3c47986f135f6789c8e7 (patch) | |
tree | f2435b78c0f27658e67f9219dc56de070da2b0aa /vcl/inc/salobj.hxx | |
parent | 60763a9551bea003271de9307923327e7a39b63e (diff) |
make opengl transitions under X flicker free on enter/leave
Change-Id: I109637dc6b3d23c0beca21f3cf0c7ba918ecb4f8
Reviewed-on: https://gerrit.libreoffice.org/38749
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/inc/salobj.hxx')
-rw-r--r-- | vcl/inc/salobj.hxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/vcl/inc/salobj.hxx b/vcl/inc/salobj.hxx index 3d2105fcb008..07f1843fadcc 100644 --- a/vcl/inc/salobj.hxx +++ b/vcl/inc/salobj.hxx @@ -21,7 +21,7 @@ #define INCLUDED_VCL_INC_SALOBJ_HXX #include <vcl/dllapi.h> - +#include <com/sun/star/uno/Sequence.hxx> #include "salwtype.hxx" struct SystemEnvData; @@ -48,6 +48,8 @@ public: virtual void SetForwardKey( bool /* bEnable */ ) {} + virtual void SetLeaveEnterBackgrounds(const css::uno::Sequence<css::uno::Any>& /*rLeaveArgs*/, const css::uno::Sequence<css::uno::Any>& /*rEnterArgs*/) {} + virtual const SystemEnvData* GetSystemData() const = 0; void SetCallback( void* pInst, SALOBJECTPROC pProc ) |