diff options
author | Tor Andersson <tor.andersson@artifex.com> | 2016-11-21 14:39:26 +0100 |
---|---|---|
committer | Tor Andersson <tor.andersson@artifex.com> | 2016-11-23 11:17:35 +0100 |
commit | 1280bde7a824599bad9e277f6b3e74b850a1e6fc (patch) | |
tree | c106268328ea1e07ed991cdc13f2cfe1087d2b85 /platform/x11/pdfapp.h | |
parent | dd15bf347ca04cb79d1e009a7afb0f4c082820ca (diff) | |
download | mupdf-1280bde7a824599bad9e277f6b3e74b850a1e6fc.tar.xz |
Add 'X' option to disable document styles.
Diffstat (limited to 'platform/x11/pdfapp.h')
-rw-r--r-- | platform/x11/pdfapp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/x11/pdfapp.h b/platform/x11/pdfapp.h index 803ca351..8dd6e6f1 100644 --- a/platform/x11/pdfapp.h +++ b/platform/x11/pdfapp.h @@ -58,6 +58,7 @@ struct pdfapp_s float layout_h; float layout_em; char *layout_css; + int layout_use_doc_css; int pagecount; |