summaryrefslogtreecommitdiff
path: root/src/bytecode
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2008-12-04 23:43:43 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2008-12-04 23:43:43 +0000
commitcea9d48a81f8f93e199ccbbe2e4ac9fdc40a0389 (patch)
treeb929badbed9dc6472447ef9a697b388684d6f08c /src/bytecode
parentef8a15f3dd5dc483376ac4a9fe5acc5acc1e9122 (diff)
downloadlibcss-cea9d48a81f8f93e199ccbbe2e4ac9fdc40a0389.tar.gz
libcss-cea9d48a81f8f93e199ccbbe2e4ac9fdc40a0389.tar.bz2
Beginnings of font-family
svn path=/trunk/libcss/; revision=5882
Diffstat (limited to 'src/bytecode')
-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 1bdd823..d6e5baf 100644
--- a/src/bytecode/opcodes.h
+++ b/src/bytecode/opcodes.h
@@ -244,6 +244,7 @@ enum op_float {
enum op_font_family {
FONT_FAMILY_STRING = 0x0080,
+ FONT_FAMILY_IDENT_LIST = 0x0081,
FONT_FAMILY_END = 0x0000,