summaryrefslogtreecommitdiff
path: root/platform/x11/pdfapp.h
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2015-04-07 13:49:31 +0200
committerRobin Watts <robin.watts@artifex.com>2015-04-07 13:35:08 +0100
commit0ccfd9c40b6790fca0f753e03b473b5f78ba97f9 (patch)
tree6dfc359cb0a88a4bc887672bf7048a6c5337d74e /platform/x11/pdfapp.h
parentb8eb55a488aa9dc6884e01b06e948faf1f83012d (diff)
downloadmupdf-0ccfd9c40b6790fca0f753e03b473b5f78ba97f9.tar.xz
Add EPUB layout options to mupdf-x11 and mudraw.
Diffstat (limited to 'platform/x11/pdfapp.h')
-rw-r--r--platform/x11/pdfapp.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/platform/x11/pdfapp.h b/platform/x11/pdfapp.h
index 5d748ad6..46f09640 100644
--- a/platform/x11/pdfapp.h
+++ b/platform/x11/pdfapp.h
@@ -54,6 +54,10 @@ struct pdfapp_s
fz_outline *outline;
int outline_deferred;
+ float layout_w;
+ float layout_h;
+ float layout_em;
+
int pagecount;
/* current view params */