[host] save the last cursor shape and send it to the client on restarts

This commit is contained in:
Geoffrey McRae
2017-12-13 21:45:58 +11:00
parent 3bc2506d92
commit 15830a81f7
2 changed files with 34 additions and 4 deletions

View File

@@ -59,4 +59,7 @@ private:
size_t m_frameSize;
uint64_t m_dataOffset[2];
int m_frameIndex;
KVMFRCursor m_cursor;
bool m_haveShape;
};