summaryrefslogtreecommitdiff
path: root/include/fitz/wld_tree.h
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2008-04-26 00:35:41 +0200
committerTor Andersson <tor@ghostscript.com>2008-04-26 00:35:41 +0200
commited1313098ad001180e02e0c8c3269e37551868d9 (patch)
treeb78d6f5109152e93fb57c9a72000701e8135086b /include/fitz/wld_tree.h
parent774db95fbe43a0f4b2ae1ab1af14621c2c42a2e9 (diff)
downloadmupdf-ed1313098ad001180e02e0c8c3269e37551868d9.tar.xz
Add blend nodes instead of over nodes when isolated/knockout and blendmode is not Normal.
Diffstat (limited to 'include/fitz/wld_tree.h')
-rw-r--r--include/fitz/wld_tree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fitz/wld_tree.h b/include/fitz/wld_tree.h
index 3fa0a07b..5b8c877b 100644
--- a/include/fitz/wld_tree.h
+++ b/include/fitz/wld_tree.h
@@ -150,7 +150,7 @@ void fz_dropnode(fz_node *node);
/* branch nodes */
fz_error *fz_newovernode(fz_node **nodep);
fz_error *fz_newmasknode(fz_node **nodep);
-fz_error *fz_newblendnode(fz_node **nodep, fz_colorspace *cs, fz_blendkind b, int k, int i);
+fz_error *fz_newblendnode(fz_node **nodep, fz_blendkind b, int k, int i);
fz_error *fz_newtransformnode(fz_node **nodep, fz_matrix m);
int fz_istransformnode(fz_node *node);