summaryrefslogtreecommitdiff
path: root/src/bytecode/opcodes.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2022-10-29 18:22:19 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2022-10-29 18:22:19 +0100
commit244e4f5dfbd7b2c8ee8c8d2478058a802004be14 (patch)
tree0f0704db0eff1177ad18fb84f8b2840b0654ed7e /src/bytecode/opcodes.h
parent3b0f34bccc44e8ea81cfad57a5f6a3f50d8917ef (diff)
downloadlibcss-244e4f5dfbd7b2c8ee8c8d2478058a802004be14.tar.gz
libcss-244e4f5dfbd7b2c8ee8c8d2478058a802004be14.tar.bz2
properties: display: Add grid values
Diffstat (limited to 'src/bytecode/opcodes.h')
-rw-r--r--src/bytecode/opcodes.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/bytecode/opcodes.h b/src/bytecode/opcodes.h
index 01ea25a..52886b9 100644
--- a/src/bytecode/opcodes.h
+++ b/src/bytecode/opcodes.h
@@ -332,7 +332,9 @@ enum op_display {
DISPLAY_TABLE_CAPTION = 0x000e,
DISPLAY_NONE = 0x000f,
DISPLAY_FLEX = 0x0010,
- DISPLAY_INLINE_FLEX = 0x0011
+ DISPLAY_INLINE_FLEX = 0x0011,
+ DISPLAY_GRID = 0x0012,
+ DISPLAY_INLINE_GRID = 0x0013
};
enum op_elevation {