diff options
author | Robin Watts <robin.watts@artifex.com> | 2012-10-15 00:10:32 +0100 |
---|---|---|
committer | Robin Watts <robin.watts@artifex.com> | 2012-10-17 16:42:04 +0100 |
commit | 9cd836ca656584f7d9148faba0039c21f503512b (patch) | |
tree | d7a6bec3184d50f7c3175af460d862299115107c /win32 | |
parent | 04bdd849e8872b9b26c5a80e6517f8401a06ee14 (diff) | |
download | mupdf-9cd836ca656584f7d9148faba0039c21f503512b.tar.xz |
First steps towards supporting transitions.
Only Fade, Wipe and Blinds supported so far.
Hit 'p' in the viewer to go into 'presentation' mode. Page swaps
then transition from page to page. Pages auto advance until key
or mouse is used.
Diffstat (limited to 'win32')
-rw-r--r-- | win32/libmupdf.vcproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/win32/libmupdf.vcproj b/win32/libmupdf.vcproj index 726b23a0..cc12574b 100644 --- a/win32/libmupdf.vcproj +++ b/win32/libmupdf.vcproj @@ -398,6 +398,10 @@ > </File> <File + RelativePath="..\fitz\base_trans.c" + > + </File> + <File RelativePath="..\fitz\crypt_aes.c" > </File> |