aboutsummaryrefslogtreecommitdiff
path: root/src/frame.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2015-10-08 22:25:25 +0200
committerThomas White <taw@bitwiz.org.uk>2015-10-08 22:25:25 +0200
commit6f232a6d35b3d49e9da30652b8fb7714f11366a6 (patch)
tree1d3dd0bf76dc334d026fc63902ab4b624d5e6dac /src/frame.h
parent0afc86411ea04b3b0c259c5f3eb38a2d36fd4489 (diff)
Keep paragraphs around
Diffstat (limited to 'src/frame.h')
-rw-r--r--src/frame.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/frame.h b/src/frame.h
index 8b59dde..8cb0e79 100644
--- a/src/frame.h
+++ b/src/frame.h
@@ -62,6 +62,9 @@ struct frame
int max_lines;
struct wrap_line *lines;
+ int n_paragraphs;
+ struct wrap_line **paragraphs;
+
/* The rectangle allocated to this frame, determined by the renderer */
double x;
double y;