mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-19 06:46:24 -04:00
Merge branch 'master' into master
This commit is contained in:
commit
5b0b1a2e64
22 changed files with 324 additions and 162 deletions
|
|
@ -774,6 +774,8 @@ test_section_colors_dark(void)
|
|||
&conf.colors_dark.table[i]);
|
||||
}
|
||||
|
||||
test_boolean(&ctx, &parse_section_colors_dark, "blur", &conf.colors_dark.blur);
|
||||
|
||||
test_invalid_key(&ctx, &parse_section_colors_dark, "256");
|
||||
|
||||
/* TODO: alpha (float in range 0-1, converted to uint16_t) */
|
||||
|
|
@ -853,6 +855,8 @@ test_section_colors_light(void)
|
|||
&conf.colors_light.table[i]);
|
||||
}
|
||||
|
||||
test_boolean(&ctx, &parse_section_colors_light, "blur", &conf.colors_light.blur);
|
||||
|
||||
test_invalid_key(&ctx, &parse_section_colors_light, "256");
|
||||
|
||||
/* TODO: alpha (float in range 0-1, converted to uint16_t) */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue