summaryrefslogtreecommitdiff
path: root/source/html/epub-doc.c
diff options
context:
space:
mode:
authorSebastian Rasmussen <sebras@gmail.com>2016-07-14 21:45:18 +0800
committerSebastian Rasmussen <sebras@gmail.com>2016-07-15 02:19:54 +0800
commita39339c8a26246fcf864946e8530bce4bf11343c (patch)
tree0b010fcbe3eaeaca0db029ae591ea6d014b0d873 /source/html/epub-doc.c
parente4f522c29a4887ab38415715ac52bf2add89bdfa (diff)
downloadmupdf-a39339c8a26246fcf864946e8530bce4bf11343c.tar.xz
Add interface indicating if a document is reflowable.
Diffstat (limited to 'source/html/epub-doc.c')
-rw-r--r--source/html/epub-doc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/html/epub-doc.c b/source/html/epub-doc.c
index 541fb7eb..ec506409 100644
--- a/source/html/epub-doc.c
+++ b/source/html/epub-doc.c
@@ -425,6 +425,7 @@ epub_init(fz_context *ctx, fz_archive *zip)
doc->super.count_pages = epub_count_pages;
doc->super.load_page = epub_load_page;
doc->super.lookup_metadata = epub_lookup_metadata;
+ doc->super.is_reflowable = 1;
fz_try(ctx)
{