diff options
author | Michael Vrhel <michael.vrhel@artifex.com> | 2014-01-08 22:42:10 -0800 |
---|---|---|
committer | Michael Vrhel <michael.vrhel@artifex.com> | 2014-01-09 14:25:57 -0800 |
commit | cd84c92e68a7a3131895c469294235159ffab4dd (patch) | |
tree | c2f3b00708a583e8b6666f2131aab026b7f108e5 /platform/winrt/libmupdf_winRT.vcxproj | |
parent | 5249664dd8178e985b4ef47af6e1772b4c7665e7 (diff) | |
download | mupdf-cd84c92e68a7a3131895c469294235159ffab4dd.tar.xz |
Add tiling into the DirectX printing code.
The tiling in x and y is needed to ensure that we can print at high
resolutions with devices that have smaller bit map sizes (e.g. the surface).
Banding only in the y dimension like we often do is not sufficient.
Also fix an open with file association bug that must of occurred with the
transition to 8.1
And update WinRT solution for recent changes in mupdf code. This includes
the addition of a few new files and the document type registration.
Diffstat (limited to 'platform/winrt/libmupdf_winRT.vcxproj')
-rw-r--r-- | platform/winrt/libmupdf_winRT.vcxproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/platform/winrt/libmupdf_winRT.vcxproj b/platform/winrt/libmupdf_winRT.vcxproj index 78fae974..dfb63142 100644 --- a/platform/winrt/libmupdf_winRT.vcxproj +++ b/platform/winrt/libmupdf_winRT.vcxproj @@ -51,6 +51,8 @@ <ClCompile Include="..\..\source\fitz\crypt-md5.c" /> <ClCompile Include="..\..\source\fitz\crypt-sha2.c" /> <ClCompile Include="..\..\source\fitz\device.c" /> + <ClCompile Include="..\..\source\fitz\document-all.c" /> + <ClCompile Include="..\..\source\fitz\document-no-run.c" /> <ClCompile Include="..\..\source\fitz\document.c" /> <ClCompile Include="..\..\source\fitz\draw-affine.c" /> <ClCompile Include="..\..\source\fitz\draw-blend.c" /> @@ -82,6 +84,7 @@ <ClCompile Include="..\..\source\fitz\list-device.c" /> <ClCompile Include="..\..\source\fitz\load-jpeg.c" /> <ClCompile Include="..\..\source\fitz\load-jpx.c" /> + <ClCompile Include="..\..\source\fitz\load-jxr.c" /> <ClCompile Include="..\..\source\fitz\load-png.c" /> <ClCompile Include="..\..\source\fitz\load-tiff.c" /> <ClCompile Include="..\..\source\fitz\memento.c" /> |