summaryrefslogtreecommitdiff
path: root/include/libcss/properties.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-02-11 01:32:32 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-02-11 01:32:32 +0000
commit23d09aa24963553bee6cba36321d5195356b39c7 (patch)
tree890a8153e2cb38e7fe2aec0d4789b66e74faf64f /include/libcss/properties.h
parent03c904ae58e88ca8c4edd6e0a5ef9bdb8cd4dfa4 (diff)
downloadlibcss-23d09aa24963553bee6cba36321d5195356b39c7.tar.gz
libcss-23d09aa24963553bee6cba36321d5195356b39c7.tar.bz2
Border colours. Factor out common code.
svn path=/trunk/libcss/; revision=6418
Diffstat (limited to 'include/libcss/properties.h')
-rw-r--r--include/libcss/properties.h6
1 files changed, 3 insertions, 3 deletions
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 {