From f95ec7d7093dec14c2fdf00eb9dace54d4cbe1f5 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Mon, 6 Feb 2017 13:31:47 +0100 Subject: Make sure to fill in 'doc' field of HTML links. --- include/mupdf/html.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/mupdf/html.h b/include/mupdf/html.h index e23a606d..1bd72197 100644 --- a/include/mupdf/html.h +++ b/include/mupdf/html.h @@ -281,7 +281,7 @@ void fz_layout_html(fz_context *ctx, fz_html *html, float w, float h, float em); void fz_draw_html(fz_context *ctx, fz_device *dev, const fz_matrix *ctm, fz_html *html, int page); float fz_find_html_target(fz_context *ctx, fz_html *html, const char *id); -fz_link *fz_load_html_links(fz_context *ctx, fz_html *html, int page, const char *base_uri); +fz_link *fz_load_html_links(fz_context *ctx, fz_html *html, int page, const char *base_uri, void *doc); void fz_drop_html(fz_context *ctx, fz_html *html); fz_bookmark fz_make_html_bookmark(fz_context *ctx, fz_html *html, int page); int fz_lookup_html_bookmark(fz_context *ctx, fz_html *html, fz_bookmark mark); -- cgit v1.2.3