mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-09 05:33:58 -04:00
config: add 'startup-mode' option
This option controls the initial window mode: windowed, maximized or fullscreen. The default is windowed.
This commit is contained in:
parent
be8b6e8c75
commit
e197368c0f
6 changed files with 39 additions and 1 deletions
1
config.h
1
config.h
|
|
@ -15,6 +15,7 @@ struct config {
|
|||
unsigned height;
|
||||
unsigned pad_x;
|
||||
unsigned pad_y;
|
||||
enum { STARTUP_WINDOWED, STARTUP_MAXIMIZED, STARTUP_FULLSCREEN } startup_mode;
|
||||
|
||||
tll(char *) fonts;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue