summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2014-11-18 16:09:40 +0100
committerTor Andersson <tor.andersson@artifex.com>2014-12-03 12:25:52 +0100
commitf18636e80edab0dadd07917ea26ec4c18102b99a (patch)
tree36bc9ef859f6d1de33b18da7e9a2f35be0fa62e6 /include
parentd88d131bae7d516b1b8ad9c94706d0813bbb1497 (diff)
downloadmupdf-f18636e80edab0dadd07917ea26ec4c18102b99a.tar.xz
html: Cleanups.
Diffstat (limited to 'include')
-rw-r--r--include/mupdf/html.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/mupdf/html.h b/include/mupdf/html.h
index 8da4534c..27b9faad 100644
--- a/include/mupdf/html.h
+++ b/include/mupdf/html.h
@@ -99,10 +99,10 @@ struct property *fz_parse_css_properties(fz_context *ctx, const char *source);
enum { DIS_NONE, DIS_BLOCK, DIS_INLINE, DIS_LIST_ITEM };
enum { POS_STATIC, POS_RELATIVE, POS_ABSOLUTE, POS_FIXED };
-enum { TA_LEFT, TA_RIGHT, TA_CENTER, TA_JUSTIFY };
enum { WS_NORMAL, WS_PRE, WS_NOWRAP, WS_PRE_WRAP, WS_PRE_LINE };
-
-enum { TOP, RIGHT, BOTTOM, LEFT };
+enum { TA_LEFT, TA_RIGHT, TA_CENTER, TA_JUSTIFY };
+enum { VA_BASELINE, VA_SUB, VA_SUPER, VA_TOP, VA_BOTTOM };
+enum { BS_NONE, BS_SOLID };
enum { N_NUMBER='p', N_SCALE='m', N_PERCENT='%' };