summaryrefslogtreecommitdiff
path: root/test/dump_computed.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-06-27 01:02:00 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-06-27 01:02:00 +0000
commit1b4818d1efcba37ec4563213c79ae408bda5b6ad (patch)
treec09e77003f81acb990b92accd86d2bf4f98b4c1f /test/dump_computed.h
parent53c3fbae3ad4f28d7889fef9ee15f18d5d05a341 (diff)
downloadlibcss-1b4818d1efcba37ec4563213c79ae408bda5b6ad.tar.gz
libcss-1b4818d1efcba37ec4563213c79ae408bda5b6ad.tar.bz2
Purge "colour" from the public API -- it's just confusing
svn path=/trunk/libcss/; revision=8035
Diffstat (limited to 'test/dump_computed.h')
-rw-r--r--test/dump_computed.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dump_computed.h b/test/dump_computed.h
index 7f3d141..45c2c75 100644
--- a/test/dump_computed.h
+++ b/test/dump_computed.h
@@ -141,7 +141,7 @@ static void dump_computed_style(const css_computed_style *style, char *buf,
char *ptr = buf;
size_t wrote = 0;
uint8_t val;
- css_colour color = 0;
+ css_color color = 0;
lwc_string *url = NULL;
css_fixed len1 = 0, len2 = 0;
css_unit unit1 = CSS_UNIT_PX, unit2 = CSS_UNIT_PX;