summaryrefslogtreecommitdiff
path: root/src/select/propset.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-02-15 22:11:02 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-02-15 22:11:02 +0000
commit553939ce35affac69b472e23eb30fed10a930187 (patch)
treebc1e836bb508c6f1b5b0c9e9f0d92a544028833c /src/select/propset.h
parent074079fb5e1520106397d036a66d84c25d3486df (diff)
downloadlibcss-553939ce35affac69b472e23eb30fed10a930187.tar.gz
libcss-553939ce35affac69b472e23eb30fed10a930187.tar.bz2
Some changes. No idea what they are, mind you.
svn path=/trunk/libcss/; revision=6536
Diffstat (limited to 'src/select/propset.h')
-rw-r--r--src/select/propset.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/select/propset.h b/src/select/propset.h
index 27860f0..3862076 100644
--- a/src/select/propset.h
+++ b/src/select/propset.h
@@ -56,7 +56,7 @@ static inline css_error set_letter_spacing(
#define OUTLINE_COLOR_SHIFT 0
#define OUTLINE_COLOR_MASK 0x3
static inline css_error set_outline_color(
- css_computed_style *style, uint8_t type, css_color color)
+ css_computed_style *style, uint8_t type, css_colour color)
{
uint8_t *bits;
@@ -507,7 +507,7 @@ static inline css_error set_background_image(
#define COLOR_MASK 0x1
static inline css_error set_color(
css_computed_style *style, uint8_t type,
- css_color color)
+ css_colour color)
{
uint8_t *bits = &style->bits[COLOR_INDEX];
@@ -637,7 +637,7 @@ static inline css_error set_left(
#define BORDER_TOP_COLOR_MASK 0x3
static inline css_error set_border_top_color(
css_computed_style *style, uint8_t type,
- css_color color)
+ css_colour color)
{
uint8_t *bits = &style->bits[BORDER_TOP_COLOR_INDEX];
@@ -658,7 +658,7 @@ static inline css_error set_border_top_color(
#define BORDER_RIGHT_COLOR_MASK 0x3
static inline css_error set_border_right_color(
css_computed_style *style, uint8_t type,
- css_color color)
+ css_colour color)
{
uint8_t *bits = &style->bits[BORDER_RIGHT_COLOR_INDEX];
@@ -679,7 +679,7 @@ static inline css_error set_border_right_color(
#define BORDER_BOTTOM_COLOR_MASK 0x3
static inline css_error set_border_bottom_color(
css_computed_style *style, uint8_t type,
- css_color color)
+ css_colour color)
{
uint8_t *bits = &style->bits[BORDER_BOTTOM_COLOR_INDEX];
@@ -700,7 +700,7 @@ static inline css_error set_border_bottom_color(
#define BORDER_LEFT_COLOR_MASK 0x3
static inline css_error set_border_left_color(
css_computed_style *style, uint8_t type,
- css_color color)
+ css_colour color)
{
uint8_t *bits = &style->bits[BORDER_LEFT_COLOR_INDEX];
@@ -763,7 +763,7 @@ static inline css_error set_line_height(
#define BACKGROUND_COLOR_MASK 0x3
static inline css_error set_background_color(
css_computed_style *style, uint8_t type,
- css_color color)
+ css_colour color)
{
uint8_t *bits = &style->bits[BACKGROUND_COLOR_INDEX];