diff options
Diffstat (limited to 'src/block.h')
| -rw-r--r-- | src/block.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/block.h b/src/block.h index 9c663b1..5301a7b 100644 --- a/src/block.h +++ b/src/block.h @@ -43,6 +43,7 @@ struct block { struct timespec update_last; block_update_t update_cb; block_event_t event_cb; + void *info; bool hidden; color_t color; |
