[host] fix cursor not visible on client reconnect

This commit is contained in:
Geoffrey McRae
2017-12-15 12:56:39 +11:00
parent df13340439
commit d08fba9cf9
2 changed files with 3 additions and 7 deletions

View File

@@ -63,6 +63,5 @@ private:
CursorInfo m_cursor;
size_t m_cursorDataSize;
uint8_t * m_cursorData;
bool m_haveShape;
bool m_shapePending;
};