summaryrefslogtreecommitdiff
path: root/include/LibreOfficeKit
diff options
context:
space:
mode:
authorPranav Kant <pranavk@collabora.co.uk>2017-07-28 16:34:56 +0530
committerJan Holesovsky <kendy@collabora.com>2017-11-15 17:07:05 +0100
commitcea322065785903d2342177816db698e62dec89b (patch)
treef2a86abd0927b4d772a8ad19ac5278bc17955ba6 /include/LibreOfficeKit
parentd4a7b39d357fa152d3877e2f6022daa2e985b469 (diff)
Include dialogID in paintDialog API
Change-Id: I6bc624272138f0e23d2e3abfd82b857fed12e12c
Diffstat (limited to 'include/LibreOfficeKit')
-rw-r--r--include/LibreOfficeKit/LibreOfficeKit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/LibreOfficeKit/LibreOfficeKit.h b/include/LibreOfficeKit/LibreOfficeKit.h
index fa8b4270e67d..9d6e6406df72 100644
--- a/include/LibreOfficeKit/LibreOfficeKit.h
+++ b/include/LibreOfficeKit/LibreOfficeKit.h
@@ -253,7 +253,7 @@ struct _LibreOfficeKitDocumentClass
size_t nSize);
/// WIP
- void (*paintDialog) (LibreOfficeKitDocument* pThis, unsigned char* pBuffer, int nWidth, int nHeight);
+ void (*paintDialog) (LibreOfficeKitDocument* pThis, const char* pDialogId, unsigned char* pBuffer, int* nWidth, int* nHeight);
#endif // defined LOK_USE_UNSTABLE_API || defined LIBO_INTERNAL_ONLY
};