summaryrefslogtreecommitdiff
path: root/src/bytecode
diff options
context:
space:
mode:
Diffstat (limited to 'src/bytecode')
-rw-r--r--src/bytecode/opcodes.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/bytecode/opcodes.h b/src/bytecode/opcodes.h
index 991d099..95ab263 100644
--- a/src/bytecode/opcodes.h
+++ b/src/bytecode/opcodes.h
@@ -365,6 +365,10 @@ enum op_min_width {
MIN_WIDTH_SET = 0x0080
};
+enum op_opacity {
+ OPACITY_SET = 0x0080
+};
+
enum op_orphans {
ORPHANS_SET = 0x0080
};