aboutsummaryrefslogtreecommitdiff
path: root/src/frame.c
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2016-03-19 18:02:29 +0100
committerThomas White <taw@bitwiz.org.uk>2016-03-19 18:02:29 +0100
commit12e76ff1df47fa47a8b1458e4cacb309249737f2 (patch)
tree08d4ede966a8613f453db8eb30e37ed1f78f7541 /src/frame.c
parent17696106b37a1438845dc82fa2ec8734e92dafe2 (diff)
Deletion stuff
Diffstat (limited to 'src/frame.c')
-rw-r--r--src/frame.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/frame.c b/src/frame.c
index 5b932e6..7f41a41 100644
--- a/src/frame.c
+++ b/src/frame.c
@@ -66,6 +66,11 @@ struct frame *frame_new()
n->num_children = 0;
n->scblocks = NULL;
+ n->n_paragraphs = 0;
+ n->paragraphs = NULL;
+ n->paragraph_start_lines = NULL;
+ n->lines = NULL;
+ n->n_lines = 0;
n->boxes = bv_new();