[client] spice: refactor g_cursor.last to g_cursor.pos

This commit is contained in:
Geoffrey McRae
2021-01-07 02:16:55 +11:00
parent 026251cfd9
commit d6bb518992
2 changed files with 12 additions and 12 deletions

View File

@@ -207,8 +207,8 @@ struct CursorState
/* the error accumulators */
float accX, accY;
/* the last local X & Y positions */
SDL_Point last;
/* the local X & Y position */
SDL_Point pos;
/* the delta since the last warp to CX/CY */
SDL_Point delta;