summaryrefslogtreecommitdiff
path: root/render/box.h
diff options
context:
space:
mode:
Diffstat (limited to 'render/box.h')
-rw-r--r--render/box.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/render/box.h b/render/box.h
index b63c4b3ff..6ee732567 100644
--- a/render/box.h
+++ b/render/box.h
@@ -92,6 +92,7 @@ struct box {
char * title;
unsigned int length;
unsigned int columns;
+ unsigned int rows;
struct box * next;
struct box * prev;
struct box * children;