summaryrefslogtreecommitdiff
path: root/include/fitz/path.h
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2004-12-02 13:56:12 +0100
committerTor Andersson <tor@ghostscript.com>2004-12-02 13:56:12 +0100
commit1dfbba0a2142c0786714c1d476fc2736044a02ac (patch)
tree6f07352c4919407aff150d9cb89e2d7415e7f392 /include/fitz/path.h
parent5c335f9337724f61c14af143b18f0891c58dbacd (diff)
downloadmupdf-1dfbba0a2142c0786714c1d476fc2736044a02ac.tar.xz
text fill then clip render mode
Diffstat (limited to 'include/fitz/path.h')
-rw-r--r--include/fitz/path.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fitz/path.h b/include/fitz/path.h
index f0a3d573..75b3060d 100644
--- a/include/fitz/path.h
+++ b/include/fitz/path.h
@@ -52,7 +52,7 @@ struct fz_pathnode_s
};
fz_error *fz_newpathnode(fz_pathnode **pathp);
-fz_error *fz_clonepath(fz_pathnode **pathp, fz_pathnode *oldpath);
+fz_error *fz_clonepathnode(fz_pathnode **pathp, fz_pathnode *oldpath);
fz_error *fz_moveto(fz_pathnode*, float x, float y);
fz_error *fz_lineto(fz_pathnode*, float x, float y);
fz_error *fz_curveto(fz_pathnode*, float, float, float, float, float, float);