aboutsummaryrefslogtreecommitdiff
path: root/src/block.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/block.h')
-rw-r--r--src/block.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/block.h b/src/block.h
index 896eb8a..73490ad 100644
--- a/src/block.h
+++ b/src/block.h
@@ -63,6 +63,7 @@ struct block {
unsigned int line_width;
unsigned int x_padding, y_padding;
unsigned int min_width, max_width;
+ action_t *actions; //[EVENT_LENGTH];
};
typedef struct {