mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-02 07:15:31 -04:00
config: add 'pad' option, default to 2
This commit is contained in:
parent
a089d6264d
commit
9ab9247b88
2 changed files with 17 additions and 0 deletions
2
config.h
2
config.h
|
|
@ -12,6 +12,8 @@ struct config {
|
|||
char *shell;
|
||||
unsigned width;
|
||||
unsigned height;
|
||||
unsigned pad_x;
|
||||
unsigned pad_y;
|
||||
|
||||
tll(char *) fonts;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue