summaryrefslogtreecommitdiff
path: root/src/bytecode
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2018-01-05 23:17:44 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2018-01-05 23:17:44 +0000
commit850a55e0feb026ace04b63b9cb8a8c3313768327 (patch)
tree6c137cd5bfeacdc8b7fab4bc91569a81d88c9220 /src/bytecode
parenta827023bed3815e332a33dc9f061584cbf424313 (diff)
parentb8997eb73a1b966939fca4b7e2f4ef799b872ab9 (diff)
downloadlibcss-850a55e0feb026ace04b63b9cb8a8c3313768327.tar.gz
libcss-850a55e0feb026ace04b63b9cb8a8c3313768327.tar.bz2
Merge branch 'tlsa/lcneves/select-autogen'
Diffstat (limited to 'src/bytecode')
-rw-r--r--src/bytecode/bytecode.h13
1 files changed, 13 insertions, 0 deletions
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),