From 37a19f781d4e4f0fa1c6abf4679d222213bbddfb Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Sat, 27 Apr 2019 13:37:52 +0100 Subject: 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 --- include/vcl/lok.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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); } -- cgit