summaryrefslogtreecommitdiff
path: root/src/bytecode/opcodes.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-01-18 00:54:36 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-01-18 00:54:36 +0000
commit567cf89fb92f9d2866a94bf2b5d1206c3590ed0a (patch)
treebb27942d23a64178a70c9fd0afd40df1aa4fc697 /src/bytecode/opcodes.h
parent106ab3dca862a892b2a7c54536adc8d8caaedc91 (diff)
downloadlibcss-567cf89fb92f9d2866a94bf2b5d1206c3590ed0a.tar.gz
libcss-567cf89fb92f9d2866a94bf2b5d1206c3590ed0a.tar.bz2
Fix play-during
svn path=/trunk/libcss/; revision=6130
Diffstat (limited to 'src/bytecode/opcodes.h')
-rw-r--r--src/bytecode/opcodes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bytecode/opcodes.h b/src/bytecode/opcodes.h
index 3de9fc1..f82d129 100644
--- a/src/bytecode/opcodes.h
+++ b/src/bytecode/opcodes.h
@@ -453,6 +453,7 @@ enum op_pitch {
};
enum op_play_during {
+ PLAY_DURING_TYPE_MASK = 0x009f,
PLAY_DURING_URI = 0x0080,
PLAY_DURING_MIX = (1<<6),
PLAY_DURING_REPEAT = (1<<5),