aboutsummaryrefslogtreecommitdiff
path: root/src/block.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/block.h')
-rw-r--r--src/block.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/block.h b/src/block.h
index 715e6c4..845ccfd 100644
--- a/src/block.h
+++ b/src/block.h
@@ -44,7 +44,7 @@ typedef void (*block_finalize_t)(block_t *block);
struct block {
block_type_t type;
char *label;
- bool active;
+ bool resolved;
bool hidden;
void *state;
struct timespec update_interval;