[client] spice: fix mouse warp on window focus

This commit is contained in:
Geoffrey McRae
2021-01-03 22:59:23 +11:00
parent 3b580af194
commit 5323d9833a
2 changed files with 12 additions and 9 deletions

View File

@@ -82,8 +82,6 @@ struct AppState
int curLastX;
int curLastY;
bool haveCurLocal;
int curLocalX;
int curLocalY;
bool haveAligned;
enum WarpState warpState;