[host] updated host application for the new mt client format

See prior commit for details on this update
This commit is contained in:
Geoffrey McRae
2017-12-20 00:58:42 +11:00
parent 695822bd6d
commit ec6c35010b
4 changed files with 95 additions and 153 deletions

View File

@@ -62,8 +62,7 @@ private:
uint64_t m_dataOffset[2];
int m_frameIndex;
CursorInfo m_cursor;
size_t m_cursorDataSize;
uint8_t * m_cursorData;
bool m_shapePending;
size_t m_cursorDataSize;
uint8_t * m_cursorData;
uint64_t m_cursorOffset;
};