summaryrefslogtreecommitdiff
path: root/include/libcss/hint.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/hint.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/hint.h')
-rw-r--r--include/libcss/hint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libcss/hint.h b/include/libcss/hint.h
index 1aecae6..7bee217 100644
--- a/include/libcss/hint.h
+++ b/include/libcss/hint.h
@@ -41,7 +41,7 @@ typedef struct css_hint {
*/
union {
css_computed_clip_rect *clip;
- css_colour color;
+ css_color color;
css_computed_content_item *content;
css_computed_counter *counter;
int32_t integer;