From 1b4818d1efcba37ec4563213c79ae408bda5b6ad Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sat, 27 Jun 2009 01:02:00 +0000 Subject: Purge "colour" from the public API -- it's just confusing svn path=/trunk/libcss/; revision=8035 --- test/dump_computed.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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; -- cgit v1.2.3