summaryrefslogtreecommitdiff
path: root/include/libcss/types.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 /include/libcss/types.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 'include/libcss/types.h')
-rw-r--r--include/libcss/types.h2
1 files changed, 1 insertions, 1 deletions
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 {