aboutsummaryrefslogtreecommitdiff
path: root/src/frame.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/frame.h')
-rw-r--r--src/frame.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/frame.h b/src/frame.h
index f22f5f8..11ad36b 100644
--- a/src/frame.h
+++ b/src/frame.h
@@ -55,17 +55,17 @@ struct frame
int max_children;
SCBlock *scblocks;
- struct wrap_line *boxes; /* The unwrapped boxes */
+ struct boxvec *boxes; /* The unwrapped boxes */
int visited;
+ int n_paragraphs;
+ struct boxvec **paragraphs;
+ int *paragraph_start_lines;
+
int n_lines;
int max_lines;
struct wrap_line *lines;
- int n_paragraphs;
- struct wrap_line **paragraphs;
- int *paragraph_start_lines;
-
/* The rectangle allocated to this frame, determined by the renderer */
double x;
double y;