summaryrefslogtreecommitdiff
path: root/render/layout.h
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2004-10-17 21:10:19 +0000
committerJames Bursa <james@netsurf-browser.org>2004-10-17 21:10:19 +0000
commitfd4e3de0b59841ca59aeeb1a664370d359d096b2 (patch)
tree3c174528b81e4a9189ed6aa88ef35d5238c0882b /render/layout.h
parent6db5ad1b73c3a59390d4e060a3752a09ec75ec44 (diff)
downloadnetsurf-fd4e3de0b59841ca59aeeb1a664370d359d096b2.tar.gz
netsurf-fd4e3de0b59841ca59aeeb1a664370d359d096b2.tar.bz2
[project @ 2004-10-17 21:10:19 by bursa]
Move box tree from html.layout->children to html.layout. Work on scrollbars. svn path=/import/netsurf/; revision=1314
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,