Kaydet (Commit) d058765f authored tarafından Caolán McNamara's avatar Caolán McNamara

updae getTileMode

Change-Id: Ic8d67f08d40f475020c0534570fe3bea07aa431b
üst 3dc8907d
...@@ -963,7 +963,7 @@ void doc_paintTile (LibreOfficeKitDocument* pThis, ...@@ -963,7 +963,7 @@ void doc_paintTile (LibreOfficeKitDocument* pThis,
static int doc_getTileMode(LibreOfficeKitDocument* /*pThis*/) static int doc_getTileMode(LibreOfficeKitDocument* /*pThis*/)
{ {
return LOK_TILEMODE_RGBA; return LOK_TILEMODE_BGRA;
} }
static void doc_getDocumentSize(LibreOfficeKitDocument* pThis, static void doc_getDocumentSize(LibreOfficeKitDocument* pThis,
......
...@@ -36,7 +36,7 @@ LibreOfficeKitPartMode; ...@@ -36,7 +36,7 @@ LibreOfficeKitPartMode;
typedef enum typedef enum
{ {
LOK_TILEMODE_RGBA, LOK_TILEMODE_RGBA,
LOK_TILEMODE_ARGB LOK_TILEMODE_BGRA
} }
LibreOfficeKitTileMode; LibreOfficeKitTileMode;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment