From 5c20bde8b544d23fd024dad7ace9b46849336ebf Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Fri, 21 Aug 2009 09:45:13 +0000 Subject: -libcss-align svn path=/trunk/libcss/; revision=9378 --- src/bytecode/opcodes.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/bytecode') diff --git a/src/bytecode/opcodes.h b/src/bytecode/opcodes.h index f69539f..f583537 100644 --- a/src/bytecode/opcodes.h +++ b/src/bytecode/opcodes.h @@ -628,5 +628,12 @@ enum op_z_index { Z_INDEX_AUTO = 0x0000 }; +enum op_libcss_align { + LIBCSS_ALIGN_LEFT = 0x0000, + LIBCSS_ALIGN_RIGHT = 0x0001, + LIBCSS_ALIGN_CENTER = 0x0002, + LIBCSS_ALIGN_JUSTIFY = 0x0003 +}; + #endif -- cgit v1.2.3