summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRobin Watts <robin.watts@artifex.com>2016-10-07 17:57:07 +0100
committerRobin Watts <robin.watts@artifex.com>2016-10-10 15:57:46 +0100
commit2d81bb7eb625c9ae00d38930e0e4e00a5ba73274 (patch)
tree34dbacf59489a281117007880610f65b958fa45a /include
parent8b541992e2722ceeac33e9f122e8326c79454158 (diff)
downloadmupdf-2d81bb7eb625c9ae00d38930e0e4e00a5ba73274.tar.xz
HTML: Keep 'Anchors' in the html box list.
Keep them as 'FLOW' entries rather than box entries. Although they technically enclose areas of text, we only ever use them as points. Thanks to Tor for fixing this code.
Diffstat (limited to 'include')
-rw-r--r--include/mupdf/html.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/mupdf/html.h b/include/mupdf/html.h
index a400993f..edf84235 100644
--- a/include/mupdf/html.h
+++ b/include/mupdf/html.h
@@ -205,7 +205,8 @@ enum
FLOW_BREAK = 2,
FLOW_IMAGE = 3,
FLOW_SBREAK = 4,
- FLOW_SHYPHEN = 5
+ FLOW_SHYPHEN = 5,
+ FLOW_ANCHOR = 6
};
struct fz_html_flow_s