summaryrefslogtreecommitdiff
path: root/include/mupdf/html.h
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2015-05-05 18:32:51 +0200
committerTor Andersson <tor.andersson@artifex.com>2015-05-05 20:02:20 +0200
commit5861733529f3ab3549033599a3b3e9a4dc018ee6 (patch)
treee7df11d3a2148e312548e4dcf5e41b639ddb6fcc /include/mupdf/html.h
parent4637c5dc54b4b7c19bbda8f5d158ffa96e8f3862 (diff)
downloadmupdf-5861733529f3ab3549033599a3b3e9a4dc018ee6.tar.xz
epub: Parse (and ignore) display: inline-block.
Diffstat (limited to 'include/mupdf/html.h')
-rw-r--r--include/mupdf/html.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mupdf/html.h b/include/mupdf/html.h
index 9986fb01..a768f9df 100644
--- a/include/mupdf/html.h
+++ b/include/mupdf/html.h
@@ -87,7 +87,7 @@ struct fz_css_match_s
} prop[64];
};
-enum { DIS_NONE, DIS_BLOCK, DIS_INLINE, DIS_LIST_ITEM };
+enum { DIS_NONE, DIS_BLOCK, DIS_INLINE, DIS_LIST_ITEM, DIS_INLINE_BLOCK };
enum { POS_STATIC, POS_RELATIVE, POS_ABSOLUTE, POS_FIXED };
enum { WS_NORMAL, WS_PRE, WS_NOWRAP, WS_PRE_WRAP, WS_PRE_LINE };
enum { TA_LEFT, TA_RIGHT, TA_CENTER, TA_JUSTIFY };