From 23d09aa24963553bee6cba36321d5195356b39c7 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Wed, 11 Feb 2009 01:32:32 +0000 Subject: Border colours. Factor out common code. svn path=/trunk/libcss/; revision=6418 --- 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 0be9ba2..7475642 100644 --- a/include/libcss/properties.h +++ b/include/libcss/properties.h @@ -52,9 +52,9 @@ enum css_border_spacing { }; enum css_border_color { - CSS_BORDER_COLOR_INHERIT = 0x0, - CSS_BORDER_COLOR_TRANSPARENT = 0x1, - CSS_BORDER_COLOR_COLOR = 0x2 + CSS_BORDER_COLOR_INHERIT = CSS_BACKGROUND_COLOR_INHERIT, + CSS_BORDER_COLOR_TRANSPARENT = CSS_BACKGROUND_COLOR_TRANSPARENT, + CSS_BORDER_COLOR_COLOR = CSS_BACKGROUND_COLOR_COLOR }; enum css_border_style { -- cgit v1.2.3