summaryrefslogtreecommitdiff
path: root/source/html/html-imp.h
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2017-07-20 20:04:17 +0100
committerTor Andersson <tor.andersson@artifex.com>2018-03-22 14:58:01 +0100
commit4987023bc163939687c2ceed2f7b2a2503893fb7 (patch)
tree1561946bccf4fb8b5dd60a7a0fa037884318f1da /source/html/html-imp.h
parentf11c41bd07e0015cf144f50e3a3ccdbd3844f8a1 (diff)
downloadmupdf-4987023bc163939687c2ceed2f7b2a2503893fb7.tar.xz
html: Keep 'b' instead of 'h' in boxes.
Diffstat (limited to 'source/html/html-imp.h')
-rw-r--r--source/html/html-imp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/html/html-imp.h b/source/html/html-imp.h
index 7ed4341f..a272548c 100644
--- a/source/html/html-imp.h
+++ b/source/html/html-imp.h
@@ -200,7 +200,7 @@ struct fz_html_box_s
unsigned int is_first_flow : 1; /* for text-indent */
unsigned int markup_dir : 2;
unsigned int list_item : 27;
- float x, y, w, h; /* content */
+ float x, y, w, b; /* content */
float padding[4];
float margin[4];
float border[4];