diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/mupdf/html.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/mupdf/html.h b/include/mupdf/html.h index 72b72354..c3668501 100644 --- a/include/mupdf/html.h +++ b/include/mupdf/html.h @@ -198,7 +198,8 @@ enum FLOW_SPACE = 1, FLOW_BREAK = 2, FLOW_IMAGE = 3, - FLOW_SBREAK = 4 + FLOW_SBREAK = 4, + FLOW_SHYPHEN = 5 }; /* We have to recognise the distinction between render direction |