summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPranav Kant <pranavk@collabora.co.uk>2017-12-20 17:58:05 +0530
committerJan Holesovsky <kendy@collabora.com>2018-01-02 15:31:20 +0100
commit34372e6e849519c30461f70d94748295412dcb2b (patch)
tree4cd464e93b7661993a95ed1dcd02235e00a03991 /include
parent96b365709ca1c8922cecd1516f895f64b5e380b3 (diff)
lokdialog: Use Post(Mouse,Key)Event() to post to main thread
... instead of custom machinery there to post to main thread. This also now posts window key events to the main thread instead of processing them on the lok thread. Change-Id: Ided1efb3f237a1838fa50bb8d74752be714c3032 (cherry picked from commit 7dab9f9b50d83d2bcadcdd7e852f805739371cd1) Reviewed-on: https://gerrit.libreoffice.org/46858 Reviewed-by: Jan Holesovsky <kendy@collabora.com> Tested-by: Jan Holesovsky <kendy@collabora.com>
Diffstat (limited to 'include')
-rw-r--r--include/vcl/window.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/vcl/window.hxx b/include/vcl/window.hxx
index 7fbb39df9d0e..a46e7569e74f 100644
--- a/include/vcl/window.hxx
+++ b/include/vcl/window.hxx
@@ -1221,13 +1221,6 @@ public:
/// Dialog / window tunneling related methods.
Size PaintActiveFloatingWindow(VirtualDevice& rDevice) const;
- void LogicMouseButtonDown(const MouseEvent& rMouseEvent);
- void LogicMouseButtonUp(const MouseEvent& rMouseEvent);
- void LogicMouseMove(const MouseEvent& rMouseEvent);
-
- void LOKKeyInput(const KeyEvent& rKeyEvent);
- void LOKKeyUp(const KeyEvent& rKeyEvent);
-
/** @name Accessibility
*/
///@{