Infrastructure to render the unfocused cursor in multiple windows

This commit is contained in:
Kovid Goyal
2021-11-12 20:42:37 +05:30
parent 2c4f616213
commit 4fb29e1b6b
4 changed files with 12 additions and 1 deletions

View File

@@ -112,6 +112,7 @@ typedef struct {
pthread_mutex_t read_buf_lock, write_buf_lock;
CursorRenderInfo cursor_render_info;
unsigned int render_unfocused_cursor;
struct {
size_t capacity, used;