From 712540224d7c5c8cdb4a5214e2d7963a314c1928 Mon Sep 17 00:00:00 2001 From: Pranav Kant Date: Wed, 14 Feb 2018 17:33:16 +0530 Subject: lok IME: support dialogs as well Change-Id: Ic78da45dadaa5a4e1ca78e20d04974108581121e Reviewed-on: https://gerrit.libreoffice.org/49714 Tested-by: Jenkins Reviewed-by: pranavk --- include/LibreOfficeKit/LibreOfficeKit.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/LibreOfficeKit/LibreOfficeKit.h') diff --git a/include/LibreOfficeKit/LibreOfficeKit.h b/include/LibreOfficeKit/LibreOfficeKit.h index ebc112fb7bd5..7492fcc7a561 100644 --- a/include/LibreOfficeKit/LibreOfficeKit.h +++ b/include/LibreOfficeKit/LibreOfficeKit.h @@ -302,6 +302,7 @@ struct _LibreOfficeKitDocumentClass /// @see lok::Document::postExtTextInputEvent void (*postExtTextInputEvent) (LibreOfficeKitDocument* pThis, + unsigned nWindowId, int nType, const char* pText); -- cgit