summaryrefslogtreecommitdiff
path: root/apps/pdfapp.h
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2010-04-08 19:54:33 +0200
committerTor Andersson <tor@ghostscript.com>2010-04-08 19:54:33 +0200
commit28bb08951bea16b4baf3b05365d606fde0a099b6 (patch)
tree1b33a686f5e6d099d58fad96da808ebc2541bc58 /apps/pdfapp.h
parente32122e047e5882f3ca64d86cc0562473360b329 (diff)
downloadmupdf-28bb08951bea16b4baf3b05365d606fde0a099b6.tar.xz
Add display list device.
Diffstat (limited to 'apps/pdfapp.h')
-rw-r--r--apps/pdfapp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/pdfapp.h b/apps/pdfapp.h
index ce43d5b4..9df3c46b 100644
--- a/apps/pdfapp.h
+++ b/apps/pdfapp.h
@@ -32,7 +32,7 @@ struct pdfapp_s
float zoom;
int rotate;
fz_pixmap *image;
- fz_textline *text;
+ fz_textspan *text;
/* current page params */
int pageno;