diff options
| author | Federico Angelilli <code@fedang.net> | 2024-07-11 23:09:27 +0200 |
|---|---|---|
| committer | Federico Angelilli <code@fedang.net> | 2024-07-11 23:09:27 +0200 |
| commit | 32aa49a2299ea2bf95b72631dfafac7090c3c6e9 (patch) | |
| tree | aabbce5a27059f293fc34e5fd3239fcf0b496623 /src/config.h | |
| parent | 60739263729e36f99b4c9279447c622acd3bd04c (diff) | |
Print color
Diffstat (limited to 'src/config.h')
| -rw-r--r-- | src/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h index 11c4053..4edc59d 100644 --- a/src/config.h +++ b/src/config.h @@ -12,6 +12,7 @@ typedef struct { unsigned int height; unsigned int width; bool override_redirect; + color_t background; } config_t; void config_init(config_t *config); |
