From 7ad0eac4b8c81c5123ef5a62b23ba2895dd997c8 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Tue, 5 Oct 2004 07:23:36 +0200 Subject: refactor and rename node types --- include/mupdf.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/mupdf.h') 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; -- cgit v1.2.3