diff options
| author | Federico Angelilli <code@fedang.net> | 2024-07-12 00:08:18 +0200 |
|---|---|---|
| committer | Federico Angelilli <code@fedang.net> | 2024-07-12 00:08:18 +0200 |
| commit | e8cd9d9f83c1f48fd6f71ee7b062173436f78266 (patch) | |
| tree | 922ff3c115da3a338a19f8713b30f8a3107b73f4 /src/config.h | |
| parent | 32aa49a2299ea2bf95b72631dfafac7090c3c6e9 (diff) | |
Update config
Diffstat (limited to 'src/config.h')
| -rw-r--r-- | src/config.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h index 4edc59d..8e4098c 100644 --- a/src/config.h +++ b/src/config.h @@ -6,7 +6,9 @@ #include "block.h" typedef struct { - block_t block; + block_t main_block; + size_t n_blocks; + block_t *blocks; char *font; char *monitor; unsigned int height; |
