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 6ee732567..5a16ecd9c 100644
--- a/render/box.h
+++ b/render/box.h
@@ -93,6 +93,7 @@ struct box {
unsigned int length;
unsigned int columns;
unsigned int rows;
+ unsigned int start_column; /* start column of table cell */
struct box * next;
struct box * prev;
struct box * children;