[client] spice: be more aggressive with window warp for high DPI mice

This commit is contained in:
Geoffrey McRae
2021-01-04 12:59:14 +11:00
parent 183d06f90c
commit 2bc767430c
2 changed files with 11 additions and 8 deletions

View File

@@ -49,6 +49,7 @@ struct AppState
bool haveSrcSize;
SDL_Point windowPos;
int windowW, windowH;
int windowCX, windowCY;
SDL_Rect border;
SDL_Point srcSize;
LG_RendererRect dstRect;