From a2b959b31cb146e5dfe7cfc2f5ebdc299535c950 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Thu, 6 Nov 2014 15:39:58 +0000 Subject: Share enum values for another property. --- include/libcss/properties.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/libcss/properties.h') diff --git a/include/libcss/properties.h b/include/libcss/properties.h index 6bd3cb1..47555f2 100644 --- a/include/libcss/properties.h +++ b/include/libcss/properties.h @@ -737,9 +737,9 @@ enum css_width_e { }; enum css_word_spacing_e { - CSS_WORD_SPACING_INHERIT = 0x0, - CSS_WORD_SPACING_SET = 0x1, - CSS_WORD_SPACING_NORMAL = 0x2 + CSS_WORD_SPACING_INHERIT = CSS_COLUMN_GAP_INHERIT, + CSS_WORD_SPACING_SET = CSS_COLUMN_GAP_SET, + CSS_WORD_SPACING_NORMAL = CSS_COLUMN_GAP_NORMAL }; enum css_writing_mode_e { -- cgit v1.2.3