summaryrefslogtreecommitdiff
path: root/render/box.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2014-07-13 18:07:12 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2014-07-13 18:07:12 +0100
commit0d3faeb4bd256883f4ec3fb4d391b9ceeec6866e (patch)
tree67d3bd7dc237b4b55fe24608f63e8b4e66452e40 /render/box.h
parent36411a2ba553d29e0805187c95d55e079bd2d9fe (diff)
downloadnetsurf-0d3faeb4bd256883f4ec3fb4d391b9ceeec6866e.tar.gz
netsurf-0d3faeb4bd256883f4ec3fb4d391b9ceeec6866e.tar.bz2
Allow suppression of style dump in box tree dumps.
Diffstat (limited to 'render/box.h')
-rw-r--r--render/box.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/render/box.h b/render/box.h
index e781a66ec..988b2872c 100644
--- a/render/box.h
+++ b/render/box.h
@@ -331,7 +331,7 @@ struct box *box_pick_text_box(struct html_content *html,
int x, int y, int dir, int *dx, int *dy);
struct box *box_find_by_id(struct box *box, lwc_string *id);
bool box_visible(struct box *box);
-void box_dump(FILE *stream, struct box *box, unsigned int depth);
+void box_dump(FILE *stream, struct box *box, unsigned int depth, bool style);
bool box_extract_link(const char *rel, nsurl *base, nsurl **result);
bool box_handle_scrollbars(struct content *c, struct box *box,