mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-17 22:14:53 +02:00
Move unfocused ender bool into cursor render info
This commit is contained in:
@@ -300,7 +300,7 @@ typedef struct {
|
||||
} Cursor;
|
||||
|
||||
typedef struct {
|
||||
bool is_visible, is_focused;
|
||||
bool is_visible, is_focused, render_even_when_unfocused;
|
||||
CursorShape shape;
|
||||
unsigned int x, y;
|
||||
} CursorRenderInfo;
|
||||
|
||||
Reference in New Issue
Block a user