mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-25 01:40:19 -05:00
config: rename csd.color.close -> quit
This fixes a compilation error on FreeBSD:
../../foot/render.c:2055:45: error: no member named 'epoll_shim_close' in 'struct config::(anonymous at ../../foot/config.h:254:9)'
conf_color = &term->conf->csd.color.close;
~~~~~~~~~~~~~~~~~~~~~ ^
/usr/local/include/libepoll-shim/epoll-shim/detail/common.h:8:15:
note: expanded from macro 'close': #define close epoll_shim_close
This commit is contained in:
parent
fed90646d3
commit
757768dbe5
4 changed files with 4 additions and 4 deletions
|
|
@ -665,7 +665,7 @@ test_section_csd(void)
|
|||
test_color(&ctx, &parse_section_csd, "button-maximize-color", true,
|
||||
&conf.csd.color.maximize);
|
||||
test_color(&ctx, &parse_section_csd, "button-close-color", true,
|
||||
&conf.csd.color.close);
|
||||
&conf.csd.color.quit);
|
||||
|
||||
/* TODO: verify the ‘set’ bit is actually set for colors */
|
||||
/* TODO: font */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue