[client] spice: don't disable warp when the future cursor pos is invalid

This commit is contained in:
Geoffrey McRae
2020-12-04 17:32:28 +11:00
parent 265b4544ef
commit c0a3b85580
2 changed files with 39 additions and 4 deletions

View File

@@ -61,7 +61,9 @@ struct AppState
bool keyDown[SDL_NUM_SCANCODES];
bool haveSrcSize;
SDL_Point windowPos;
int windowW, windowH;
SDL_Rect border;
SDL_Point srcSize;
LG_RendererRect dstRect;
struct CursorInfo cursor;