From 244e4f5dfbd7b2c8ee8c8d2478058a802004be14 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sat, 29 Oct 2022 18:22:19 +0100 Subject: properties: display: Add grid values --- src/bytecode/opcodes.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/bytecode') 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 { -- cgit v1.2.3