summaryrefslogtreecommitdiff
path: root/vcl/inc
diff options
context:
space:
mode:
authorPranav Kant <pranavk@collabora.co.uk>2018-02-27 14:03:34 +0530
committerPranav Kant <pranavk@collabora.co.uk>2018-02-27 19:46:49 +0530
commit54a8c0e115b24d42f4b4ec6b8194f5b62e08201b (patch)
tree035dfadb27ef34fad36b79ed370876847d97603d /vcl/inc
parent3c3e07b51fb09d09cfef54193f93b07304f4ccda (diff)
lok: mouse pointer events on document windows only
Change-Id: Ie21db52b2dd0d4f55289896caba5174380316e65
Diffstat (limited to 'vcl/inc')
-rw-r--r--vcl/inc/window.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/inc/window.h b/vcl/inc/window.h
index a0f158f8d559..648143e96545 100644
--- a/vcl/inc/window.h
+++ b/vcl/inc/window.h
@@ -384,6 +384,7 @@ public:
const vcl::ILibreOfficeKitNotifier* mpLOKNotifier; ///< To emit the LOK callbacks eg. for dialog tunneling.
vcl::LOKWindowId mnLOKWindowId; ///< ID of this specific window.
+ bool mbLOKParentNotifier;
};
/// Sets up the buffer to have settings matching the window, and restores the original state in the dtor.