mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
config: add alpha_mode option
This commit is contained in:
parent
9a6227acb3
commit
5f83278afd
5 changed files with 38 additions and 0 deletions
2
config.h
2
config.h
|
|
@ -167,6 +167,8 @@ struct config {
|
|||
|
||||
enum { STARTUP_WINDOWED, STARTUP_MAXIMIZED, STARTUP_FULLSCREEN } startup_mode;
|
||||
|
||||
enum { ALPHA_MODE_DEFAULT, ALPHA_MODE_MATCHING, ALPHA_MODE_ALL } alpha_mode;
|
||||
|
||||
bool dpi_aware;
|
||||
enum {GAMMA_CORRECT_DISABLED,
|
||||
GAMMA_CORRECT_ENABLED,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue