From 0d3faeb4bd256883f4ec3fb4d391b9ceeec6866e Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sun, 13 Jul 2014 18:07:12 +0100 Subject: Allow suppression of style dump in box tree dumps. --- render/box.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'render/box.h') 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, -- cgit v1.2.3