summaryrefslogtreecommitdiff
path: root/include/mupdf/fitz.h
diff options
context:
space:
mode:
authorRobin Watts <robin.watts@artifex.com>2015-06-18 20:48:39 +0100
committerRobin Watts <robin.watts@artifex.com>2015-06-29 12:16:52 +0100
commit1a9426daf1d395cd22f320efdef8b8ca171683c3 (patch)
tree54d5d2d67f6fc9e1669b381e9dae535e7be27ad2 /include/mupdf/fitz.h
parent2bb213c70d42e398ef7ea3b6551c8fbb865cf3bd (diff)
downloadmupdf-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 'include/mupdf/fitz.h')
-rw-r--r--include/mupdf/fitz.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mupdf/fitz.h b/include/mupdf/fitz.h
index 450626fa..58396759 100644
--- a/include/mupdf/fitz.h
+++ b/include/mupdf/fitz.h
@@ -33,6 +33,7 @@
#include "mupdf/fitz/font.h"
#include "mupdf/fitz/path.h"
#include "mupdf/fitz/text.h"
+#include "mupdf/fitz/separation.h"
#include "mupdf/fitz/device.h"
#include "mupdf/fitz/display-list.h"