[host] implemented variable cursor buffer size

This commit is contained in:
Geoffrey McRae
2017-12-15 11:30:25 +11:00
parent 8ae9f8464b
commit 0948dda12f
2 changed files with 114 additions and 66 deletions

View File

@@ -60,6 +60,9 @@ private:
uint64_t m_dataOffset[2];
int m_frameIndex;
KVMFRCursor m_cursor;
bool m_haveShape;
CursorInfo m_cursor;
size_t m_cursorDataSize;
uint8_t * m_cursorData;
bool m_haveShape;
bool m_shapePending;
};