mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-20 05:33:47 -04:00
config: add 'server_socket_path' and set a default value
This commit is contained in:
parent
6ef65058cf
commit
6d31bd63be
2 changed files with 16 additions and 0 deletions
2
config.h
2
config.h
|
|
@ -34,6 +34,8 @@ struct config {
|
|||
} cursor;
|
||||
|
||||
size_t render_worker_count;
|
||||
|
||||
char *server_socket_path;
|
||||
};
|
||||
|
||||
bool config_load(struct config *conf);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue