diff options
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; |
