Fix animated cursor resize crash

This commit is contained in:
Lauri Kasanen
2021-06-15 15:39:48 +03:00
parent c961c56c39
commit 21cc797dd3
6 changed files with 19 additions and 7 deletions

View File

@@ -132,5 +132,7 @@ private:
OutputIdMap outputIdMap;
rfb::Point oldCursorPos;
bool resizing;
};
#endif