summaryrefslogtreecommitdiff
path: root/apps/pdfapp.h
diff options
context:
space:
mode:
authorRobin Watts <robin.watts@artifex.com>2011-12-23 12:59:24 +0000
committerRobin Watts <robin.watts@artifex.com>2011-12-23 13:18:42 +0000
commit73e548cdd564c6c2099ceafaa4019a7dbb188a30 (patch)
treee2d0b498abf0f0057d7d565d6b465226e6491d60 /apps/pdfapp.h
parentcc4dd0f8358d3de1594cc530b8f2691bccf194f0 (diff)
downloadmupdf-73e548cdd564c6c2099ceafaa4019a7dbb188a30.tar.xz
Generalise pdf_links to be fz_links.
Move to a non-pdf specific type for links. PDF specific parsing is done in pdf_annots.c as before, but the essential type (and handling functions for that type) are in a new file fitz/base_link.c. The new type is more expressive than before; specifically all the possible PDF modes are expressable in it. Hopefully this should allow XPS links to be represented too.
Diffstat (limited to 'apps/pdfapp.h')
-rw-r--r--apps/pdfapp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/pdfapp.h b/apps/pdfapp.h
index c9fe1d4f..22b6ad0d 100644
--- a/apps/pdfapp.h
+++ b/apps/pdfapp.h
@@ -49,7 +49,7 @@ struct pdfapp_s
float page_rotate;
fz_display_list *page_list;
fz_text_span *page_text;
- pdf_link *page_links;
+ fz_link *page_links;
/* snapback history */
int hist[256];