summaryrefslogtreecommitdiff
path: root/include/libcss/hint.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2011-01-29 21:51:45 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2011-01-29 21:51:45 +0000
commit6ba000db056d7e9b70a7e154a003644046bf7e98 (patch)
tree30c43ec8543ec9cb66169721e3268ea0a7cdb76f /include/libcss/hint.h
parent1b13f81b8259f4416df7b3063cb280cb977722d7 (diff)
downloadlibcss-6ba000db056d7e9b70a7e154a003644046bf7e98.tar.gz
libcss-6ba000db056d7e9b70a7e154a003644046bf7e98.tar.bz2
Add support for opacity property
svn path=/trunk/libcss/; revision=11527
Diffstat (limited to 'include/libcss/hint.h')
-rw-r--r--include/libcss/hint.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libcss/hint.h b/include/libcss/hint.h
index 917794a..c3e928d 100644
--- a/include/libcss/hint.h
+++ b/include/libcss/hint.h
@@ -38,6 +38,7 @@ typedef struct css_hint {
css_color color;
css_computed_content_item *content;
css_computed_counter *counter;
+ css_fixed fixed;
int32_t integer;
css_hint_length length;
struct {