don't draw cursor trail over the real cursor

This commit is contained in:
Rick Choi
2024-10-13 16:37:52 +09:00
parent 2e716cd4be
commit 89b9c6da8b
6 changed files with 42 additions and 25 deletions

View File

@@ -214,8 +214,11 @@ typedef struct {
typedef struct {
monotonic_t updated_at;
bool needs_render;
float corner_x[4];
float corner_y[4];
float cursor_edge_x[2];
float cursor_edge_y[2];
} CursorTrail;
typedef struct {