summaryrefslogtreecommitdiff
path: root/render/box.h
diff options
context:
space:
mode:
Diffstat (limited to 'render/box.h')
-rw-r--r--render/box.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/render/box.h b/render/box.h
index 22a40d13d..ad02ccc55 100644
--- a/render/box.h
+++ b/render/box.h
@@ -239,6 +239,8 @@ struct column {
int min;
/** Maximum width of content. */
int max;
+ /** Whether all of column's cells are css positioned. */
+ bool positioned;
};
/** Parameters for <object> and similar elements. */