summaryrefslogtreecommitdiff
path: root/apps/pdfapp.h
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2012-01-27 14:16:58 +0100
committerTor Andersson <tor.andersson@artifex.com>2012-01-27 14:18:22 +0100
commit03b276d3f2db3feecb522f101e0da065c4af53d4 (patch)
tree512eabad1f8b5516003c254c5cf10439ba79a98c /apps/pdfapp.h
parent40575c42719566f3585c5aa67129a8a5b7285aa7 (diff)
downloadmupdf-03b276d3f2db3feecb522f101e0da065c4af53d4.tar.xz
Rename pdf_xref type to pdf_document.
Diffstat (limited to 'apps/pdfapp.h')
-rw-r--r--apps/pdfapp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/pdfapp.h b/apps/pdfapp.h
index 7aad1238..c1b03be2 100644
--- a/apps/pdfapp.h
+++ b/apps/pdfapp.h
@@ -30,10 +30,10 @@ extern void winfullscreen(pdfapp_t*, int state);
struct pdfapp_s
{
/* current document params */
+ pdf_document *pdf;
+ xps_document *xps;
char *doctitle;
- pdf_xref *xref;
fz_outline *outline;
- xps_document *xps;
int pagecount;