Store last cursor render pos in the rendered info struct

This commit is contained in:
Kovid Goyal
2023-11-21 21:38:44 +05:30
parent be37a283d5
commit 391a43d967
4 changed files with 8 additions and 9 deletions

View File

@@ -303,6 +303,7 @@ typedef struct {
bool is_visible, is_focused, render_even_when_unfocused;
CursorShape shape;
unsigned int x, y;
struct { unsigned int x, y; } last;
} CursorRenderInfo;
typedef enum DynamicColorType {