summaryrefslogtreecommitdiff
path: root/render/html.h
diff options
context:
space:
mode:
Diffstat (limited to 'render/html.h')
-rw-r--r--render/html.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/render/html.h b/render/html.h
index 9f4f3f698..426541342 100644
--- a/render/html.h
+++ b/render/html.h
@@ -85,6 +85,11 @@ struct content_html_object {
bool background; /**< This object is a background image. */
};
+struct html_scrollbar_data {
+ struct content *c;
+ struct box *box;
+};
+
/** Frame tree (<frameset>, <frame>) */
struct content_html_frames {
int cols; /** number of columns in frameset */