diff options
author | Tor Andersson <tor@ghostscript.com> | 2004-10-05 07:23:36 +0200 |
---|---|---|
committer | Tor Andersson <tor@ghostscript.com> | 2004-10-05 07:23:36 +0200 |
commit | 7ad0eac4b8c81c5123ef5a62b23ba2895dd997c8 (patch) | |
tree | 09d5530e86be7e7b9da37dff2668e31d18a78fb5 /include/mupdf.h | |
parent | 00905a4e2b959ccc3b79381acbf1d3b8e5319e8e (diff) | |
download | mupdf-7ad0eac4b8c81c5123ef5a62b23ba2895dd997c8.tar.xz |
refactor and rename node types
Diffstat (limited to 'include/mupdf.h')
-rw-r--r-- | include/mupdf.h | 6 |
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; |