From 6ba000db056d7e9b70a7e154a003644046bf7e98 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sat, 29 Jan 2011 21:51:45 +0000 Subject: Add support for opacity property svn path=/trunk/libcss/; revision=11527 --- include/libcss/hint.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/libcss/hint.h') 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 { -- cgit v1.2.3