summaryrefslogtreecommitdiff
path: root/include/LibreOfficeKit
diff options
context:
space:
mode:
authorPranav Kant <pranavk@collabora.co.uk>2017-07-28 16:34:56 +0530
committerPranav Kant <pranavk@collabora.co.uk>2017-10-02 10:54:45 +0530
commit1325fabbdd2e52169a7d1a1b9a6b9b59d908e8bb (patch)
tree6b3cd3cc7117e780bd5a4206d29e70a1d098083e /include/LibreOfficeKit
parentabc2e3aaa5d7f201671b6fff2bc211bde0bbe22c (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 2f0702c67ca8..46ecb6c83372 100644
--- a/include/LibreOfficeKit/LibreOfficeKit.h
+++ b/include/LibreOfficeKit/LibreOfficeKit.h
@@ -267,7 +267,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
};