Prepare of alpha blending of cursor

Will allow for cursor blink animation eventually.
This commit is contained in:
Kovid Goyal
2024-07-16 13:25:45 +05:30
parent 10bd0f71d8
commit eb7487d7a2
6 changed files with 19 additions and 16 deletions

View File

@@ -300,9 +300,10 @@ typedef struct {
} Cursor;
typedef struct {
bool is_visible, is_focused, render_even_when_unfocused;
bool is_focused, render_even_when_unfocused;
CursorShape shape;
unsigned int x, y;
float opacity;
} CursorRenderInfo;
typedef enum DynamicColorType {