mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-16 05:34:00 -04:00
config: csd.border_width now always reflects the full/total width
This commit is contained in:
parent
9df537a110
commit
521bd84a99
3 changed files with 13 additions and 5 deletions
4
main.c
4
main.c
|
|
@ -429,7 +429,9 @@ main(int argc, char *const *argv)
|
|||
}
|
||||
|
||||
struct config conf = {NULL};
|
||||
bool conf_successful = config_load(&conf, conf_path, &user_notifications, &overrides, check_config);
|
||||
bool conf_successful = config_load(
|
||||
&conf, conf_path, &user_notifications, &overrides, check_config);
|
||||
|
||||
tll_free(overrides);
|
||||
if (!conf_successful) {
|
||||
config_free(conf);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue