diff options
author | Michael Meeks <michael.meeks@collabora.com> | 2019-04-27 13:37:52 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2019-05-07 11:30:10 +0200 |
commit | 37a19f781d4e4f0fa1c6abf4679d222213bbddfb (patch) | |
tree | 206970f29cd6c9bd70246c578f328f8f34ce80e9 /include | |
parent | f1ed27eed68228edbab5eb63951a602263e4c3a7 (diff) |
unipoll: emit user input-events & uno commands directly when in unipoll mode.
Rather than emitting asynchronously at idle.
Change-Id: I6c72e9fad0b5587941e3a4a4d17d331a0d889942
Reviewed-on: https://gerrit.libreoffice.org/71809
Tested-by: Jenkins
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/lok.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vcl/lok.hxx b/include/vcl/lok.hxx index 5c30b6290221..2dbc0443d7b7 100644 --- a/include/vcl/lok.hxx +++ b/include/vcl/lok.hxx @@ -18,6 +18,7 @@ namespace vcl { namespace lok { +bool VCL_DLLPUBLIC isUnipoll(); void VCL_DLLPUBLIC registerPollCallbacks(LibreOfficeKitPollCallback pPollCallback, LibreOfficeKitWakeCallback pWakeCallback, void* pData); } |