[Libreoffice-commits] online.git: loolwsd/bundled
Miklos Vajna
vmiklos at collabora.co.uk
Mon Nov 23 03:12:37 PST 2015
loolwsd/bundled/include/LibreOfficeKit/LibreOfficeKit.h | 3 +++
loolwsd/bundled/include/LibreOfficeKit/LibreOfficeKitEnums.h | 7 +++++++
2 files changed, 10 insertions(+)
New commits:
commit 7c88097163ddd87b79507c831a32dfb53880cb53
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date: Mon Nov 23 12:12:10 2015 +0100
loolwsd: update bundled headers
diff --git a/loolwsd/bundled/include/LibreOfficeKit/LibreOfficeKit.h b/loolwsd/bundled/include/LibreOfficeKit/LibreOfficeKit.h
index 93f7dca..5189cca 100644
--- a/loolwsd/bundled/include/LibreOfficeKit/LibreOfficeKit.h
+++ b/loolwsd/bundled/include/LibreOfficeKit/LibreOfficeKit.h
@@ -118,6 +118,9 @@ struct _LibreOfficeKitDocumentClass
const int nTileWidth,
const int nTileHeight);
+ /// @see lok::Document::getTileMode().
+ int (*getTileMode) (LibreOfficeKitDocument* pThis);
+
/// @see lok::Document::getDocumentSize().
void (*getDocumentSize) (LibreOfficeKitDocument* pThis,
long* pWidth,
diff --git a/loolwsd/bundled/include/LibreOfficeKit/LibreOfficeKitEnums.h b/loolwsd/bundled/include/LibreOfficeKit/LibreOfficeKitEnums.h
index 7b23fcb..b713f0e 100644
--- a/loolwsd/bundled/include/LibreOfficeKit/LibreOfficeKitEnums.h
+++ b/loolwsd/bundled/include/LibreOfficeKit/LibreOfficeKitEnums.h
@@ -35,6 +35,13 @@ LibreOfficeKitPartMode;
typedef enum
{
+ LOK_TILEMODE_RGBA,
+ LOK_TILEMODE_ARGB
+}
+LibreOfficeKitTileMode;
+
+typedef enum
+{
/**
* Any tiles which are over the rectangle described in the payload are no
* longer valid.
More information about the Libreoffice-commits
mailing list