Move unfocused ender bool into cursor render info

This commit is contained in:
Kovid Goyal
2023-11-21 21:22:16 +05:30
parent 7e424e1848
commit be37a283d5
8 changed files with 29 additions and 17 deletions

View File

@@ -111,7 +111,6 @@ typedef struct {
pthread_mutex_t write_buf_lock;
CursorRenderInfo cursor_render_info;
unsigned int render_unfocused_cursor;
DisableLigature disable_ligatures;
PyObject *marker;