diff options
author | Robin Watts <robin.watts@artifex.com> | 2015-06-18 20:48:39 +0100 |
---|---|---|
committer | Robin Watts <robin.watts@artifex.com> | 2015-06-29 12:16:52 +0100 |
commit | 1a9426daf1d395cd22f320efdef8b8ca171683c3 (patch) | |
tree | 54d5d2d67f6fc9e1669b381e9dae535e7be27ad2 /platform | |
parent | 2bb213c70d42e398ef7ea3b6551c8fbb865cf3bd (diff) | |
download | mupdf-1a9426daf1d395cd22f320efdef8b8ca171683c3.tar.xz |
Add Separation class to fitz.
Simple set of functions for managing sets of separations. Separations
have names, equivalent rgb/cmyk colors, and can be enabled/disabled.
Diffstat (limited to 'platform')
-rw-r--r-- | platform/win32/libmupdf.vcproj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/platform/win32/libmupdf.vcproj b/platform/win32/libmupdf.vcproj index 8e268f15..50b64556 100644 --- a/platform/win32/libmupdf.vcproj +++ b/platform/win32/libmupdf.vcproj @@ -962,6 +962,10 @@ > </File> <File + RelativePath="..\..\source\fitz\separation.c" + > + </File> + <File RelativePath="..\..\source\fitz\shade.c" > </File> @@ -1493,6 +1497,10 @@ > </File> <File + RelativePath="..\..\include\mupdf\fitz\separation.h" + > + </File> + <File RelativePath="..\..\include\mupdf\fitz\shade.h" > </File> |