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 --- include/libcss/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/libcss/types.h') diff --git a/include/libcss/types.h b/include/libcss/types.h index 751f290..1a9fbba 100644 --- a/include/libcss/types.h +++ b/include/libcss/types.h @@ -69,7 +69,7 @@ typedef enum css_origin { } css_origin; /** CSS colour -- RRGGBBAA */ -typedef uint32_t css_colour; +typedef uint32_t css_color; /* CSS unit */ typedef enum css_unit { -- cgit v1.2.3