summaryrefslogtreecommitdiff
path: root/include/mupdf.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mupdf.h')
-rw-r--r--include/mupdf.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/mupdf.h b/include/mupdf.h
index ca4a267b..c5dcc133 100644
--- a/include/mupdf.h
+++ b/include/mupdf.h
@@ -210,11 +210,11 @@ struct pdf_csi_s
int xbalance;
/* path object state */
- fz_path *path;
- fz_path *clip;
+ fz_pathnode *path;
+ fz_pathnode *clip;
/* text object state */
- fz_text *text;
+ fz_textnode *text;
fz_matrix tlm;
fz_matrix tm;