summaryrefslogtreecommitdiff
path: root/render/layout.h
diff options
context:
space:
mode:
Diffstat (limited to 'render/layout.h')
-rw-r--r--render/layout.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/render/layout.h b/render/layout.h
index 20a993c14..a46a6e399 100644
--- a/render/layout.h
+++ b/render/layout.h
@@ -18,6 +18,8 @@
#include "netsurf/utils/pool.h"
+#define SCROLLBAR_WIDTH 16
+
bool layout_document(struct box *box, int width, pool box_pool);
bool layout_block_context(struct box *block, pool box_pool);
bool layout_inline_container(struct box *box, int width,