forked from entailz/toes
add gradient tab rendering mode
This commit is contained in:
parent
d07c2a5cc9
commit
f27d2338d2
4 changed files with 124 additions and 13 deletions
2
config.c
2
config.c
|
|
@ -1861,7 +1861,7 @@ parse_section_tabs(struct context *ctx)
|
|||
"enum is not 32-bit");
|
||||
return value_to_enum(
|
||||
ctx,
|
||||
(const char *[]){"rounded", "square", NULL},
|
||||
(const char *[]){"rounded", "square", "gradient", NULL},
|
||||
(int *)&conf->tabs.style);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue