From 1dfbba0a2142c0786714c1d476fc2736044a02ac Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Thu, 2 Dec 2004 13:56:12 +0100 Subject: text fill then clip render mode --- include/fitz/path.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/fitz/path.h') 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); -- cgit v1.2.3