loolwsd: update the bundled headers
This commit is contained in:
parent
e1b0e3dce9
commit
5b1471aaf0
1 changed files with 6 additions and 0 deletions
|
@ -202,6 +202,12 @@ struct _LibreOfficeKitDocumentClass
|
||||||
int (*getView) (LibreOfficeKitDocument* pThis);
|
int (*getView) (LibreOfficeKitDocument* pThis);
|
||||||
/// @see lok::Document::getViews().
|
/// @see lok::Document::getViews().
|
||||||
int (*getViews) (LibreOfficeKitDocument* pThis);
|
int (*getViews) (LibreOfficeKitDocument* pThis);
|
||||||
|
|
||||||
|
/// @see lok::Document::renderFont().
|
||||||
|
unsigned char* (*renderFont) (LibreOfficeKitDocument* pThis,
|
||||||
|
const char* pFontName,
|
||||||
|
int* pFontWidth,
|
||||||
|
int* pFontHeight);
|
||||||
#endif // LOK_USE_UNSTABLE_API
|
#endif // LOK_USE_UNSTABLE_API
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue