From 553939ce35affac69b472e23eb30fed10a930187 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sun, 15 Feb 2009 22:11:02 +0000 Subject: Some changes. No idea what they are, mind you. svn path=/trunk/libcss/; revision=6536 --- 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 a08ffb4..000c0f1 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_color; +typedef uint32_t css_colour; /* CSS unit */ typedef enum css_unit { -- cgit v1.2.3