From 73e548cdd564c6c2099ceafaa4019a7dbb188a30 Mon Sep 17 00:00:00 2001 From: Robin Watts Date: Fri, 23 Dec 2011 12:59:24 +0000 Subject: 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. --- win32/libmupdf.vcproj | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'win32') diff --git a/win32/libmupdf.vcproj b/win32/libmupdf.vcproj index 663f0268..bd24cb54 100644 --- a/win32/libmupdf.vcproj +++ b/win32/libmupdf.vcproj @@ -354,6 +354,10 @@ RelativePath="..\fitz\base_hash.c" > + + -- cgit v1.2.3