mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-06 01:40:22 -05:00
wip: initial multithreaded renderer
This commit is contained in:
parent
d1b88f67e4
commit
c531795b83
8 changed files with 287 additions and 89 deletions
2
config.h
2
config.h
|
|
@ -24,6 +24,8 @@ struct config {
|
|||
uint32_t cursor;
|
||||
} color;
|
||||
} cursor;
|
||||
|
||||
size_t render_worker_count;
|
||||
};
|
||||
|
||||
bool config_load(struct config *conf);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue