diff options
author | Robin Watts <robin.watts@artifex.com> | 2012-10-01 19:20:45 +0100 |
---|---|---|
committer | Robin Watts <robin.watts@artifex.com> | 2013-03-26 13:58:59 +0000 |
commit | 68660cd89703996ca315b4affcf37582ed660237 (patch) | |
tree | e44026bfde0a28f27e136d0fa2bc83130c773eeb /win32 | |
parent | 266a1a44d2f6e73878fb742e088ea722873a182e (diff) | |
download | mupdf-68660cd89703996ca315b4affcf37582ed660237.tar.xz |
Make pdf_functions public as fz_functions.
Implementations remain unexposed, but this means we can safely
pass functions in shades without having to 'sample' them (though
we may still choose to do this for speed).
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 5e4a8d95..6faae480 100644 --- a/win32/libmupdf.vcproj +++ b/win32/libmupdf.vcproj @@ -545,6 +545,10 @@ > </File> <File + RelativePath="..\fitz\res_func.c" + > + </File> + <File RelativePath="..\fitz\res_halftone.c" > </File> |