From dfbf50683125344885c26d5d7407356d97f54651 Mon Sep 17 00:00:00 2001 From: Lucas Neves Date: Mon, 13 Nov 2017 21:19:03 +0000 Subject: Add support for new length units. --- src/bytecode/bytecode.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'src/bytecode') diff --git a/src/bytecode/bytecode.h b/src/bytecode/bytecode.h index 656d7a5..422f141 100644 --- a/src/bytecode/bytecode.h +++ b/src/bytecode/bytecode.h @@ -32,6 +32,19 @@ typedef enum unit { UNIT_MM = 5, UNIT_PT = 6, UNIT_PC = 7, + UNIT_CAP = 8, + UNIT_CH = 9, + UNIT_IC = 10, + UNIT_REM = 11, + UNIT_LH = 12, + UNIT_RLH = 13, + UNIT_VH = 14, + UNIT_VW = 15, + UNIT_VI = 16, + UNIT_VB = 17, + UNIT_VMIN = 18, + UNIT_VMAX = 19, + UNIT_Q = 20, UNIT_PCT = (1 << 8), -- cgit v1.2.3