[client] spice: release the mouse if the host stops

This commit is contained in:
Geoffrey McRae
2021-01-21 15:39:15 +11:00
parent ef4df571f0
commit dcd0cb7d8e
2 changed files with 18 additions and 12 deletions

View File

@@ -80,6 +80,7 @@ struct AppState
PLGMPClientQueue frameQueue;
PLGMPClientQueue pointerQueue;
bool formatValid;
atomic_uint_least64_t frameTime;
uint64_t lastFrameTime;
uint64_t renderTime;