From c8e73871f9006987983fd1010d97b6168c13f6a3 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Thu, 23 Oct 2008 00:28:20 +0000 Subject: Something approximating a parser for clear. Provide API to create/destroy css_styles and append them to css_rules. svn path=/trunk/libcss/; revision=5625 --- src/bytecode/bytecode.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/bytecode') diff --git a/src/bytecode/bytecode.h b/src/bytecode/bytecode.h index c8d6215..2db3138 100644 --- a/src/bytecode/bytecode.h +++ b/src/bytecode/bytecode.h @@ -99,6 +99,11 @@ typedef enum opcode { OP_Z_INDEX = 0x053, } opcode; +enum flag { + FLAG_IMPORTANT = (1<<0), + FLAG_INHERIT = (1<<1), +}; + typedef enum unit { UNIT_PX = 0, UNIT_EX = 1, -- cgit v1.2.3