summaryrefslogtreecommitdiff
path: root/content/handlers/html/box.h
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2022-10-29 19:27:27 +0100
committerMichael Drake <mdrake.unique@gmail.com>2022-10-29 20:30:48 +0100
commit8615964c3fd381ef6d9a20487b9120135182dfd1 (patch)
treeaa84a42f4d0058a7e4e3232d7da5dc79533e52ed /content/handlers/html/box.h
parent06eee4636fd444a78ee5fad70ae24cc606a3ed93 (diff)
downloadnetsurf-8615964c3fd381ef6d9a20487b9120135182dfd1.tar.gz
netsurf-8615964c3fd381ef6d9a20487b9120135182dfd1.tar.bz2
html: layout: Initial implementation of display: flex
Diffstat (limited to 'content/handlers/html/box.h')
-rw-r--r--content/handlers/html/box.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/content/handlers/html/box.h b/content/handlers/html/box.h
index 1059556e6..df2b99d87 100644
--- a/content/handlers/html/box.h
+++ b/content/handlers/html/box.h
@@ -66,7 +66,9 @@ typedef enum {
BOX_BR,
BOX_TEXT,
BOX_INLINE_END,
- BOX_NONE
+ BOX_NONE,
+ BOX_FLEX,
+ BOX_INLINE_FLEX,
} box_type;